Skip to content

Commit 2793cf8

Browse files
authored
Release 25.5.0 (#3251)
1 parent 3bd5325 commit 2793cf8

File tree

7 files changed

+13
-7
lines changed

7 files changed

+13
-7
lines changed

CHANGELOG.D/3249.feature.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55

66
[comment]: # (towncrier release notes start)
77

8+
# Apolo SDK/CLI 25.5.0 (2025-05-15)
9+
10+
### Features
11+
12+
- Added new command `apolo app logs [id]` - view logs from a running app ([#3249](https://github.com/neuro-inc/neuro-cli/issues/3249))
13+
14+
815
# Apolo SDK/CLI 25.4.2 (2025-04-30)
916

1017
### Features

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Global version number,
22
# Update the file and run 'make fmt' to apply it everywhere
33

4-
25.4.2
4+
25.5.0

apolo-cli/setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = apolo-cli
3-
version = 25.4.2
3+
version = 25.5.0
44
description = Apolo Platform client
55
url = https://github.com/neuro-inc/platform-client-python
66
long_description = file: README.md
@@ -36,7 +36,7 @@ include_package_data = True
3636
install_requires =
3737
python-jose>=3.0.0
3838
python-dateutil>=2.7.0
39-
apolo-sdk>=25.4.2
39+
apolo-sdk>=25.5.0
4040
click>=8.0
4141
humanize>=3.3
4242
# certifi has no version requirement
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "25.4.2"
1+
__version__ = "25.5.0"

apolo-sdk/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = apolo-sdk
3-
version = 25.4.2
3+
version = 25.5.0
44
description = Apolo SDK
55
url = https://github.com/neuro-inc/platform-client-python
66
long_description = file: README.md

apolo-sdk/src/apolo_sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
from ._users import Action, Permission, Quota, Share, Users
146146
from ._utils import _ContextManager, find_project_root
147147

148-
__version__ = "25.4.2"
148+
__version__ = "25.5.0"
149149

150150

151151
__all__ = (

0 commit comments

Comments
 (0)