Skip to content

Commit

Permalink
Bump to 21.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 25, 2021
1 parent 29e1980 commit 5161b3e
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 8 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.D/2421.feature

This file was deleted.

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

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.3 (2021-11-25)
==================================

Features
--------

- Add Python 3.10 support. ([#2421](https://github.com/neuro-inc/platform-client-python/issues/2421))


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

- Drop Python 3.6 support. ([#2421](https://github.com/neuro-inc/platform-client-python/issues/2421))


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

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.2
21.11.3
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.2
version = 21.11.3
description = Neuro Platform client
url = https://github.com/neuro-inc/platform-client-python
long_description = file: README.md
Expand Down Expand Up @@ -39,7 +39,7 @@ install_requires =
python-jose>=3.0.0
python-dateutil>=2.7.0
aiodocker>=0.18.7
neuro-sdk>=21.11.2
neuro-sdk>=21.11.3
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.2"
__version__ = "21.11.3"
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 @@ -102,7 +102,7 @@
from ._users import Action, Permission, Quota, Share, Users
from ._utils import _ContextManager, find_project_root

__version__ = "21.11.2"
__version__ = "21.11.3"


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

0 comments on commit 5161b3e

Please sign in to comment.