Skip to content

Commit

Permalink
Release v23.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YevheniiSemendiak committed Nov 14, 2023
1 parent 0367d02 commit dcc0278
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@

[comment]: # (towncrier release notes start)

Neuro SDK/CLI 23.11.0 (2023-11-14)
==================================

No significant changes.


Neuro SDK/CLI 23.10.0 (2023-10-26)
==================================

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

23.10.0
23.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 = 23.10.0
version = 23.11.0
description = Neuro Platform client
url = https://github.com/neuro-inc/platform-client-python
long_description = file: README.md
Expand Down Expand Up @@ -35,7 +35,7 @@ include_package_data = True
install_requires =
python-jose>=3.0.0
python-dateutil>=2.7.0
neuro-sdk>=23.10.0
neuro-sdk>=23.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__ = "23.10.0"
__version__ = "23.11.0"
2 changes: 1 addition & 1 deletion neuro-sdk/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = neuro-sdk
version = 23.10.0
version = 23.11.0
description = Neu.ro SDK
url = https://github.com/neuro-inc/platform-client-python
long_description = file: README.md
Expand Down
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 @@ -152,7 +152,7 @@
find_project_root,
)

__version__ = "23.10.0"
__version__ = "23.11.0"


__all__ = (
Expand Down

0 comments on commit dcc0278

Please sign in to comment.