Skip to content

Commit

Permalink
Release v24.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YevheniiSemendiak committed Jan 2, 2024
1 parent ab09eec commit 8de6f19
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 7 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.D/3005.bugfix

This file was deleted.

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

[comment]: # (towncrier release notes start)

Neuro SDK/CLI 24.1.0 (2024-01-02)
=================================

Bugfixes
--------

- Do not perform terminal settings reset in PyCharm while it causes screen cleanup. ([#3005](https://github.com/neuro-inc/neuro-cli/issues/3005))


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

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.11.0
24.1.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.11.0
version = 24.1.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.11.0
neuro-sdk>=24.1.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.11.0"
__version__ = "24.1.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.11.0
version = 24.1.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.11.0"
__version__ = "24.1.0"


__all__ = (
Expand Down

0 comments on commit 8de6f19

Please sign in to comment.