diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f36ff2f..ef3efc53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ +## 2.2.0 + +([Full Changelog](https://github.com/jupyter-server/jupyter-scheduler/compare/v2.1.0...eab721a0d3f6b226dc4d074d817c8492dedb9ea0)) + +### Maintenance and upkeep improvements + +- Bump systeminformation from 5.18.7 to 5.21.11 in /ui-tests [#442](https://github.com/jupyter-server/jupyter-scheduler/pull/442) ([@dependabot](https://github.com/dependabot)) +- Bump postcss from 8.4.26 to 8.4.31 in /ui-tests [#441](https://github.com/jupyter-server/jupyter-scheduler/pull/441) ([@dependabot](https://github.com/dependabot)) +- Bump postcss from 8.4.16 to 8.4.31 [#440](https://github.com/jupyter-server/jupyter-scheduler/pull/440) ([@dependabot](https://github.com/dependabot)) +- Fix RTD and E2E CI workflows [#438](https://github.com/jupyter-server/jupyter-scheduler/pull/438) ([@andrii-i](https://github.com/andrii-i), [@dlqqq](https://github.com/dlqqq)) +- Remove unused s3fs dependency [#437](https://github.com/jupyter-server/jupyter-scheduler/pull/437) ([@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=2023-08-15&to=2023-10-13&type=c)) + +[@andrii-i](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-scheduler+involves%3Aandrii-i+updated%3A2023-08-15..2023-10-13&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-scheduler+involves%3Adependabot+updated%3A2023-08-15..2023-10-13&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-scheduler+involves%3Adlqqq+updated%3A2023-08-15..2023-10-13&type=Issues) + + + ## 2.1.0 ([Full Changelog](https://github.com/jupyter-server/jupyter-scheduler/compare/v2.0.0...a7bce768b5e95e7487ef4f5aac82ac0918d377d0)) @@ -27,8 +47,6 @@ [@andrii-i](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-scheduler+involves%3Aandrii-i+updated%3A2023-07-26..2023-08-15&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-scheduler+involves%3Adlqqq+updated%3A2023-07-26..2023-08-15&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-scheduler+involves%3AJasonWeill+updated%3A2023-07-26..2023-08-15&type=Issues) - - ## 2.0.0 ([Full Changelog](https://github.com/jupyter-server/jupyter-scheduler/compare/v1.3.4...d423ede7a751dae2326f90095ddb4e444346d61a)) diff --git a/jupyter_scheduler/_version.py b/jupyter_scheduler/_version.py index 56e8e858..34c503f3 100644 --- a/jupyter_scheduler/_version.py +++ b/jupyter_scheduler/_version.py @@ -3,5 +3,5 @@ __all__ = ["__version__"] -version_info = (2, 1, 0, "", "") +version_info = (2, 2, 0, "", "") __version__ = ".".join(map(str, version_info[:3])) + "".join(version_info[3:]) diff --git a/package.json b/package.json index 5b5a3dad..f7787ebb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/scheduler", - "version": "2.1.0", + "version": "2.2.0", "description": "A JupyterLab extension for running notebook jobs", "keywords": [ "jupyter", diff --git a/pyproject.toml b/pyproject.toml index 40292c36..3b429f5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "jupyter_scheduler" -version = "2.1.0" +version = "2.2.0" description = "A JupyterLab extension for running notebook jobs" readme = "README.md" license = { file = "LICENSE" } @@ -93,7 +93,7 @@ source_dir = "src" build_dir = "jupyter_scheduler/labextension" [tool.tbump.version] -current = "2.1.0" +current = "2.2.0" regex = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)((?Pa|b|rc|.dev)(?P\\d+))?" [[tool.tbump.file]]