diff --git a/CHANGELOG.D/3005.bugfix b/CHANGELOG.D/3005.bugfix deleted file mode 100644 index 03c4a1e86..000000000 --- a/CHANGELOG.D/3005.bugfix +++ /dev/null @@ -1 +0,0 @@ -Do not perform terminal settings reset in PyCharm while it causes screen cleanup. diff --git a/CHANGELOG.md b/CHANGELOG.md index 64cc7a0c5..4251f6017 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) ================================== diff --git a/VERSION.txt b/VERSION.txt index 7a5a9670a..6ffef6b30 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1,4 +1,4 @@ # Global version number, # Update the file and run 'make fmt' to apply it everywhere -23.11.0 +24.1.0 diff --git a/neuro-cli/setup.cfg b/neuro-cli/setup.cfg index 5ce581ed9..6578243fa 100644 --- a/neuro-cli/setup.cfg +++ b/neuro-cli/setup.cfg @@ -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 @@ -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 diff --git a/neuro-cli/src/neuro_cli/__init__.py b/neuro-cli/src/neuro_cli/__init__.py index 0f1f31a93..22026e5c0 100644 --- a/neuro-cli/src/neuro_cli/__init__.py +++ b/neuro-cli/src/neuro_cli/__init__.py @@ -1 +1 @@ -__version__ = "23.11.0" +__version__ = "24.1.0" diff --git a/neuro-sdk/setup.cfg b/neuro-sdk/setup.cfg index 88f46507a..95aeeefca 100644 --- a/neuro-sdk/setup.cfg +++ b/neuro-sdk/setup.cfg @@ -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 diff --git a/neuro-sdk/src/neuro_sdk/__init__.py b/neuro-sdk/src/neuro_sdk/__init__.py index 22295293c..54e5fe614 100644 --- a/neuro-sdk/src/neuro_sdk/__init__.py +++ b/neuro-sdk/src/neuro_sdk/__init__.py @@ -152,7 +152,7 @@ find_project_root, ) -__version__ = "23.11.0" +__version__ = "24.1.0" __all__ = (