Skip to content

Commit ebce6ef

Browse files
committed
Publish 1.3.0
SHA256 hashes: jupyter_scheduler-1.3.0-py3-none-any.whl: 6f73b342d7a7f2907a2c424c26ad1ce50796451b3a697604f8024da3cd44a783 jupyter_scheduler-1.3.0.tar.gz: 89a86f72a011ccba91e2f8acab144eb5bc98fac7ec37d1346bf57ad8e7cf7e43 jupyterlab-scheduler-1.3.0.tgz: 7e301ec8663e66fac4508fcdbc305dde48861ff7b6adbfdbf60bc18f3bc91cad
1 parent e7c0c1b commit ebce6ef

File tree

4 files changed

+30
-6
lines changed

4 files changed

+30
-6
lines changed

CHANGELOG.md

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

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

5+
## 1.3.0
6+
7+
([Full Changelog](https://github.com/jupyter-server/jupyter-scheduler/compare/v1.2.0...e7c0c1b12f3a0debb9cd30b1ddc6d6b7ddfd800e))
8+
9+
### Enhancements made
10+
11+
- bump binder node version [#343](https://github.com/jupyter-server/jupyter-scheduler/pull/343) ([@dlqqq](https://github.com/dlqqq))
12+
- Added fallback to active python env when conda is absent [#342](https://github.com/jupyter-server/jupyter-scheduler/pull/342) ([@3coins](https://github.com/3coins))
13+
14+
### Bugs fixed
15+
16+
- Fix check release workflow [#344](https://github.com/jupyter-server/jupyter-scheduler/pull/344) ([@dlqqq](https://github.com/dlqqq))
17+
- Adds server extension check on startup [#341](https://github.com/jupyter-server/jupyter-scheduler/pull/341) ([@JasonWeill](https://github.com/JasonWeill))
18+
- explicitly state pytest-cov test dep [#336](https://github.com/jupyter-server/jupyter-scheduler/pull/336) ([@dlqqq](https://github.com/dlqqq))
19+
- fix(event-note-icon): add viewBox attr to svg so it resizes [#333](https://github.com/jupyter-server/jupyter-scheduler/pull/333) ([@maxime-helen](https://github.com/maxime-helen))
20+
21+
### Maintenance and upkeep improvements
22+
23+
### Contributors to this release
24+
25+
([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter-scheduler/graphs/contributors?from=2022-12-20&to=2023-02-24&type=c))
26+
27+
[@3coins](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-scheduler+involves%3A3coins+updated%3A2022-12-20..2023-02-24&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-scheduler+involves%3Adlqqq+updated%3A2022-12-20..2023-02-24&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-scheduler+involves%3Agithub-actions+updated%3A2022-12-20..2023-02-24&type=Issues) | [@JasonWeill](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-scheduler+involves%3AJasonWeill+updated%3A2022-12-20..2023-02-24&type=Issues) | [@maxime-helen](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-scheduler+involves%3Amaxime-helen+updated%3A2022-12-20..2023-02-24&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-scheduler+involves%3Apre-commit-ci+updated%3A2022-12-20..2023-02-24&type=Issues) | [@rubenvarela](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-scheduler+involves%3Arubenvarela+updated%3A2022-12-20..2023-02-24&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-scheduler+involves%3Awelcome+updated%3A2022-12-20..2023-02-24&type=Issues)
28+
29+
<!-- <END NEW CHANGELOG ENTRY> -->
30+
531
## 1.2.0
632

733
([Full Changelog](https://github.com/jupyter-server/jupyter-scheduler/compare/v1.1.4...211c92b26eecc701f4e108fd18ddc38c5dea38ef))
@@ -32,8 +58,6 @@
3258

3359
[@3coins](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-scheduler+involves%3A3coins+updated%3A2022-11-12..2022-12-20&type=Issues) | [@andrii-i](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-scheduler+involves%3Aandrii-i+updated%3A2022-11-12..2022-12-20&type=Issues) | [@dlqqq](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-scheduler+involves%3Adlqqq+updated%3A2022-11-12..2022-12-20&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-scheduler+involves%3Agithub-actions+updated%3A2022-11-12..2022-12-20&type=Issues) | [@jweill-aws](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-scheduler+involves%3Ajweill-aws+updated%3A2022-11-12..2022-12-20&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-scheduler+involves%3Apre-commit-ci+updated%3A2022-11-12..2022-12-20&type=Issues)
3460

35-
<!-- <END NEW CHANGELOG ENTRY> -->
36-
3761
## 1.1.4
3862

3963
([Full Changelog](https://github.com/jupyter-server/jupyter-scheduler/compare/v1.1.3...2dc60d66a901b9d8ee0d4204803f1e2cf4d4ebf7))

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, 2, 0, "", "")
6+
version_info = (1, 3, 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.2.0",
3+
"version": "1.3.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.2.0"
7+
version = "1.3.0"
88
description = "A JupyterLab extension for running notebook jobs"
99
readme = "README.md"
1010
license = { file = "LICENSE" }
@@ -93,7 +93,7 @@ source_dir = "src"
9393
build_dir = "jupyter_scheduler/labextension"
9494

9595
[tool.tbump.version]
96-
current = "1.2.0"
96+
current = "1.3.0"
9797
regex = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)((?P<channel>a|b|rc|.dev)(?P<release>\\d+))?"
9898

9999
[[tool.tbump.file]]

0 commit comments

Comments
 (0)