Skip to content

Commit

Permalink
Bump to 21.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 23, 2021
1 parent 71bf051 commit ac65952
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 9 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.D/2405.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG.D/2417.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGELOG.D/2418.removal

This file was deleted.

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

[comment]: # (towncrier release notes start)

Neuro SDK/CLI 21.11.2 (2021-11-23)
==================================

Features
--------

- Configure version checker settings by plugins. ([#2405](https://github.com/neuro-inc/platform-client-python/issues/2405))
- CLI startup time is 2 times shorter now. ([#2417](https://github.com/neuro-inc/platform-client-python/issues/2417))


Deprecations and Removals
-------------------------

- Deprecate `neuro project init` command, use `cookiecutter gh:neuro-inc/cookiecutter-neuro-project` instead. ([#2418](https://github.com/neuro-inc/platform-client-python/issues/2418))


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

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.1
21.11.2
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.1
version = 21.11.2
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.1
neuro-sdk>=21.11.2
click>=8.0
packaging>=20.4
humanize>=3.3
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.1"
__version__ = "21.11.2"
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.1"
__version__ = "21.11.2"


__all__ = (
Expand Down
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.1
version = 21.11.2
description = Neu.ro SDK
url = https://github.com/neuro-inc/platform-client-python
long_description = file: README.md
Expand Down

0 comments on commit ac65952

Please sign in to comment.