Skip to content

Commit 2e63fd3

Browse files
committed
Publish 5.9.1
SHA256 hashes: jupyter_core-5.9.1-py3-none-any.whl: ebf87fdc6073d142e114c72c9e29a9d7ca03fad818c5d300ce2adc1fb0743407 jupyter_core-5.9.1.tar.gz: 4d09aaff303b9566c3ce657f580bd089ff5c91f5f89cf7d8846c3cdf465b5508
1 parent 0e24eb8 commit 2e63fd3

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

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

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

5+
<!-- START SILENT CHANGELOG ENTRY -->
6+
7+
## 5.9.1
8+
9+
<!-- END SILENT CHANGELOG ENTRY -->
10+
11+
<!-- <END NEW CHANGELOG ENTRY> -->
12+
513
## 5.9.0
614

715
([Full Changelog](https://github.com/jupyter/jupyter_core/compare/v5.8.1...735131c141102c376539303564f5d305dc666333))
@@ -34,8 +42,6 @@
3442

3543
[@AThePeanut4](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3AAThePeanut4+updated%3A2025-05-27..2025-10-16&type=Issues) | [@Carreau](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3ACarreau+updated%3A2025-05-27..2025-10-16&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Adependabot+updated%3A2025-05-27..2025-10-16&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Akrassowski+updated%3A2025-05-27..2025-10-16&type=Issues) | [@minrk](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Aminrk+updated%3A2025-05-27..2025-10-16&type=Issues) | [@nikimagic](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Anikimagic+updated%3A2025-05-27..2025-10-16&type=Issues) | [@stonebig](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Astonebig+updated%3A2025-05-27..2025-10-16&type=Issues)
3644

37-
<!-- <END NEW CHANGELOG ENTRY> -->
38-
3945
<!-- START SILENT CHANGELOG ENTRY -->
4046

4147
## 5.8.1

jupyter_core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import re
88

99
# Version string must appear intact for hatch versioning
10-
__version__ = "5.9.0"
10+
__version__ = "5.9.1"
1111

1212
# Build up version_info tuple for backwards compatibility
1313
pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"

0 commit comments

Comments
 (0)