Skip to content

Commit

Permalink
Bump to 21.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 17, 2021
1 parent 3e5e2d8 commit 62465bd
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 9 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.D/2400.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG.D/2414.bugfix

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@

[comment]: # (towncrier release notes start)

Neuro SDK/CLI 21.11.1 (2021-11-17)
==================================

Features
--------

- Add support of symlinks in `neuro ls`. ([#2400](https://github.com/neuro-inc/platform-client-python/issues/2400))


Bugfixes
--------

- Fix sharing buckets using `neuro acl grant`. ([#2414](https://github.com/neuro-inc/platform-client-python/issues/2414))


Neuro SDK/CLI 21.11.0 (2021-11-08)
==================================

Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Global version number,
# Update the file and run 'make fmt' to apply it everywhere

21.11.0
21.11.1
4 changes: 2 additions & 2 deletions neuro-cli/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = neuro-cli
version = 21.11.0
version = 21.11.1
description = Neuro Platform client
url = https://github.com/neuro-inc/platform-client-python
long_description = file: README.md
Expand Down Expand Up @@ -42,7 +42,7 @@ install_requires =
python-jose>=3.0.0
python-dateutil>=2.7.0
aiodocker>=0.18.7
neuro-sdk>=21.11.0
neuro-sdk>=21.11.1
click>=8.0
humanize>=3.3
typing_extensions>=3.7.4
Expand Down
2 changes: 1 addition & 1 deletion neuro-cli/src/neuro_cli/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "21.11.0"
__version__ = "21.11.1"
2 changes: 1 addition & 1 deletion neuro-sdk/src/neuro_sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
from .users import Action, Permission, Share, Users
from .utils import _ContextManager, find_project_root

__version__ = "21.11.0"
__version__ = "21.11.1"


__all__ = (
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pytest-timeout==2.0.1
pytest-xdist==2.4.0
re-assert==1.1.0
setuptools==58.2.0
towncrier==21.3.0
towncrier==21.9.0rc1
trustme==0.9.0
twine==3.4.2
wheel==0.37.0
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = neuro-sdk
version = 21.11.0
version = 21.11.1
description = Neu.ro SDK
url = https://github.com/neuro-inc/platform-client-python
long_description = file: README.md
Expand Down

0 comments on commit 62465bd

Please sign in to comment.