From 1af9903a0671f2dfa570959bd097e6af492d9be0 Mon Sep 17 00:00:00 2001 From: andrii-i Date: Wed, 18 Sep 2024 23:19:21 +0000 Subject: [PATCH] Publish 2.9.0 SHA256 hashes: jupyter_scheduler-2.9.0-py3-none-any.whl: b4613df07c78e15f565d7d1a19c918decf13f5af40973066d070c12abd13e53d jupyter_scheduler-2.9.0.tar.gz: a43eed1a1b48c446a34fe894d42ddb677f9b589a864d350c1b4a33c37d5035b3 jupyterlab-scheduler-2.9.0.tgz: 41a60cf8ecb48074f03d3f4e496c704008c1a9ef3fa67a96df95790fed4e2a71 --- CHANGELOG.md | 22 ++++++++++++++++++++-- jupyter_scheduler/_version.py | 2 +- package.json | 2 +- pyproject.toml | 4 ++-- 4 files changed, 24 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb8b1b47..1a80e3a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ +## 2.9.0 + +([Full Changelog](https://github.com/jupyter-server/jupyter-scheduler/compare/v2.8.0...1f431cfa410c98868ff655c2f84986a10b91f4dc)) + +### Enhancements made + +- Add support for Python 3.12, update versions of github actions [#548](https://github.com/jupyter-server/jupyter-scheduler/pull/548) ([@andrii-i](https://github.com/andrii-i)) + +### Maintenance and upkeep improvements + +- Add support for Python 3.12, update versions of github actions [#548](https://github.com/jupyter-server/jupyter-scheduler/pull/548) ([@andrii-i](https://github.com/andrii-i)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter-scheduler/graphs/contributors?from=2024-08-29&to=2024-09-18&type=c)) + +[@andrii-i](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-scheduler+involves%3Aandrii-i+updated%3A2024-08-29..2024-09-18&type=Issues) + + + ## 2.8.0 ([Full Changelog](https://github.com/jupyter-server/jupyter-scheduler/compare/v2.7.1...bfb84b632f375426529fde1226042651025a85a2)) @@ -24,8 +44,6 @@ [@andrii-i](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-scheduler+involves%3Aandrii-i+updated%3A2024-06-03..2024-08-29&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-scheduler+involves%3Akrassowski+updated%3A2024-06-03..2024-08-29&type=Issues) | [@srdas](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-scheduler+involves%3Asrdas+updated%3A2024-06-03..2024-08-29&type=Issues) - - ## 2.7.1 ([Full Changelog](https://github.com/jupyter-server/jupyter-scheduler/compare/v2.7.0...8b13516cb9a2ad804b8e866e80307b1428ec089a)) diff --git a/jupyter_scheduler/_version.py b/jupyter_scheduler/_version.py index 0ac7232f..050fa038 100644 --- a/jupyter_scheduler/_version.py +++ b/jupyter_scheduler/_version.py @@ -3,5 +3,5 @@ __all__ = ["__version__"] -version_info = (2, 8, 0, "", "") +version_info = (2, 9, 0, "", "") __version__ = ".".join(map(str, version_info[:3])) + "".join(version_info[3:]) diff --git a/package.json b/package.json index 53460d01..8c60bbe5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/scheduler", - "version": "2.8.0", + "version": "2.9.0", "description": "A JupyterLab extension for running notebook jobs", "keywords": [ "jupyter", diff --git a/pyproject.toml b/pyproject.toml index ddbb7475..32df2c07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "jupyter_scheduler" -version = "2.8.0" +version = "2.9.0" description = "A JupyterLab extension for running notebook jobs" readme = "README.md" license = { file = "LICENSE" } @@ -94,7 +94,7 @@ source_dir = "src" build_dir = "jupyter_scheduler/labextension" [tool.tbump.version] -current = "2.8.0" +current = "2.9.0" regex = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)((?Pa|b|rc|.dev)(?P\\d+))?" [[tool.tbump.file]]