From 62465bd7587342a972bee6abd117a9d69a2bb777 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Wed, 17 Nov 2021 11:46:19 +0200 Subject: [PATCH] Bump to 21.11.1 --- CHANGELOG.D/2400.feature | 1 - CHANGELOG.D/2414.bugfix | 1 - CHANGELOG.md | 15 +++++++++++++++ VERSION.txt | 2 +- neuro-cli/setup.cfg | 4 ++-- neuro-cli/src/neuro_cli/__init__.py | 2 +- neuro-sdk/src/neuro_sdk/__init__.py | 2 +- requirements/ci.txt | 2 +- setup.cfg | 2 +- 9 files changed, 22 insertions(+), 9 deletions(-) delete mode 100644 CHANGELOG.D/2400.feature delete mode 100644 CHANGELOG.D/2414.bugfix diff --git a/CHANGELOG.D/2400.feature b/CHANGELOG.D/2400.feature deleted file mode 100644 index fa8e5c414..000000000 --- a/CHANGELOG.D/2400.feature +++ /dev/null @@ -1 +0,0 @@ -Add support of symlinks in `neuro ls`. diff --git a/CHANGELOG.D/2414.bugfix b/CHANGELOG.D/2414.bugfix deleted file mode 100644 index 6600daea2..000000000 --- a/CHANGELOG.D/2414.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix sharing buckets using `neuro acl grant`. diff --git a/CHANGELOG.md b/CHANGELOG.md index 459a0f8ee..7d0713cc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) ================================== diff --git a/VERSION.txt b/VERSION.txt index 479f64c49..8cbcebad5 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1,4 +1,4 @@ # Global version number, # Update the file and run 'make fmt' to apply it everywhere -21.11.0 +21.11.1 diff --git a/neuro-cli/setup.cfg b/neuro-cli/setup.cfg index 21e99e175..ff30cbf8f 100644 --- a/neuro-cli/setup.cfg +++ b/neuro-cli/setup.cfg @@ -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 @@ -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 diff --git a/neuro-cli/src/neuro_cli/__init__.py b/neuro-cli/src/neuro_cli/__init__.py index 3c6df3909..54fad7e8d 100644 --- a/neuro-cli/src/neuro_cli/__init__.py +++ b/neuro-cli/src/neuro_cli/__init__.py @@ -1 +1 @@ -__version__ = "21.11.0" +__version__ = "21.11.1" diff --git a/neuro-sdk/src/neuro_sdk/__init__.py b/neuro-sdk/src/neuro_sdk/__init__.py index 097700760..aa81a28c4 100644 --- a/neuro-sdk/src/neuro_sdk/__init__.py +++ b/neuro-sdk/src/neuro_sdk/__init__.py @@ -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__ = ( diff --git a/requirements/ci.txt b/requirements/ci.txt index 28a6e6f7c..e0353b088 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -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 diff --git a/setup.cfg b/setup.cfg index 436d5d59a..93e1a510d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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