Skip to content

Commit

Permalink
Bump to 21.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 8, 2021
1 parent af12d25 commit a973d93
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 8 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.D/2404.feature

This file was deleted.

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

This file was deleted.

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

[comment]: # (towncrier release notes start)

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

Features
--------

- Report job price in `neuro job status`, add support of organisation names in jobs. ([#2404](https://github.com/neuro-inc/platform-client-python/issues/2404))
- Raise dedicated `NotSupportedError` for unsupported REST API calls ([#2407](https://github.com/neuro-inc/platform-client-python/issues/2407))


Neuro SDK/CLI 21.10.0 (2021-10-25)
==================================

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.10.0
21.11.0
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.10.0
version = 21.11.0
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.10.0
neuro-sdk>=21.11.0
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.10.0"
__version__ = "21.11.0"
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.10.0"
__version__ = "21.11.0"


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

0 comments on commit a973d93

Please sign in to comment.