Skip to content

Commit

Permalink
Release 24.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 7, 2024
1 parent 5f90455 commit 87be363
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@

[comment]: # (towncrier release notes start)

# Apolo SDK/CLI 24.11.0 (2024-11-07)

No significant changes.


# Apolo SDK/CLI 24.8.1 (2024-09-18)

No significant changes.
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

24.10.1
24.11.0
4 changes: 2 additions & 2 deletions apolo-cli/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = apolo-cli
version = 24.10.1
version = 24.11.0
description = Apolo 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
apolo-sdk>=24.10.1
apolo-sdk>=24.11.0
click>=8.0
humanize>=3.3
# certifi has no version requirement
Expand Down
2 changes: 1 addition & 1 deletion apolo-cli/src/apolo_cli/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "24.10.1"
__version__ = "24.11.0"
2 changes: 1 addition & 1 deletion apolo-sdk/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = apolo-sdk
version = 24.10.1
version = 24.11.0
description = Apolo SDK
url = https://github.com/neuro-inc/platform-client-python
long_description = file: README.md
Expand Down
2 changes: 1 addition & 1 deletion apolo-sdk/src/apolo_sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
from ._users import Action, Permission, Quota, Share, Users
from ._utils import _ContextManager, find_project_root

__version__ = "24.10.1"
__version__ = "24.11.0"


__all__ = (
Expand Down

0 comments on commit 87be363

Please sign in to comment.