Skip to content

Commit 9dc2836

Browse files
committed
Publish 2.0.0
SHA256 hashes: jupyter_scheduler-2.0.0-py3-none-any.whl: 85bb63e267a96cb1a2ccc4b52027db7f16a4614b91d35d5e9dea77084c5395b4 jupyter_scheduler-2.0.0.tar.gz: 2723d06da8ac85397967fdc9652f3245a934265c5e7ff1892d7c781de9382ff9 jupyterlab-scheduler-2.0.0.tgz: 5e582a395513abcf8f93e0913c72685f7b988a08745a7b0098ef309bc4ed17f0
1 parent d423ede commit 9dc2836

File tree

4 files changed

+28
-6
lines changed

4 files changed

+28
-6
lines changed

CHANGELOG.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 2.0.0
6+
7+
([Full Changelog](https://github.com/jupyter-server/jupyter-scheduler/compare/v1.3.4...d423ede7a751dae2326f90095ddb4e444346d61a))
8+
9+
### Enhancements made
10+
11+
- allow update E2E snapshots job to be manually triggered [#404](https://github.com/jupyter-server/jupyter-scheduler/pull/404) ([@dlqqq](https://github.com/dlqqq))
12+
- Upgrade to JupyterLab 4 [#402](https://github.com/jupyter-server/jupyter-scheduler/pull/402) ([@dlqqq](https://github.com/dlqqq))
13+
- Add UI tests [#387](https://github.com/jupyter-server/jupyter-scheduler/pull/387) ([@andrii-i](https://github.com/andrii-i))
14+
15+
### Maintenance and upkeep improvements
16+
17+
- Bump word-wrap from 1.2.3 to 1.2.4 [#401](https://github.com/jupyter-server/jupyter-scheduler/pull/401) ([@dependabot](https://github.com/dependabot))
18+
- Bump semver from 5.7.1 to 5.7.2 [#397](https://github.com/jupyter-server/jupyter-scheduler/pull/397) ([@dependabot](https://github.com/dependabot))
19+
- Add UI tests [#387](https://github.com/jupyter-server/jupyter-scheduler/pull/387) ([@andrii-i](https://github.com/andrii-i))
20+
21+
### Contributors to this release
22+
23+
([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter-scheduler/graphs/contributors?from=2023-07-03&to=2023-07-26&type=c))
24+
25+
[@andrii-i](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-scheduler+involves%3Aandrii-i+updated%3A2023-07-03..2023-07-26&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-scheduler+involves%3Adependabot+updated%3A2023-07-03..2023-07-26&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-scheduler+involves%3Adlqqq+updated%3A2023-07-03..2023-07-26&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-scheduler+involves%3Agithub-actions+updated%3A2023-07-03..2023-07-26&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-scheduler+involves%3Apre-commit-ci+updated%3A2023-07-03..2023-07-26&type=Issues)
26+
27+
<!-- <END NEW CHANGELOG ENTRY> -->
28+
529
## 1.3.4
630

731
([Full Changelog](https://github.com/jupyter-server/jupyter-scheduler/compare/v1.3.3...aaa3a8922a3021b1158c668e50b17e2bf708b4e6))
@@ -16,8 +40,6 @@
1640

1741
[@github-actions](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-scheduler+involves%3Agithub-actions+updated%3A2023-06-27..2023-07-03&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-scheduler+involves%3AJasonWeill+updated%3A2023-06-27..2023-07-03&type=Issues)
1842

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2143
## 1.3.3
2244

2345
([Full Changelog](https://github.com/jupyter-server/jupyter-scheduler/compare/v1.3.2...5cd14b538a656e8fd2318dbbb687f2bf4da8fd37))

jupyter_scheduler/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
__all__ = ["__version__"]
55

6-
version_info = (1, 3, 4, "", "")
6+
version_info = (2, 0, 0, "", "")
77
__version__ = ".".join(map(str, version_info[:3])) + "".join(version_info[3:])

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlab/scheduler",
3-
"version": "1.3.4",
3+
"version": "2.0.0",
44
"description": "A JupyterLab extension for running notebook jobs",
55
"keywords": [
66
"jupyter",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "jupyter_scheduler"
7-
version = "1.3.4"
7+
version = "2.0.0"
88
description = "A JupyterLab extension for running notebook jobs"
99
readme = "README.md"
1010
license = { file = "LICENSE" }
@@ -94,7 +94,7 @@ source_dir = "src"
9494
build_dir = "jupyter_scheduler/labextension"
9595

9696
[tool.tbump.version]
97-
current = "1.3.4"
97+
current = "2.0.0"
9898
regex = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)((?P<channel>a|b|rc|.dev)(?P<release>\\d+))?"
9999

100100
[[tool.tbump.file]]

0 commit comments

Comments
 (0)