File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 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 ) )
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
Original file line number Diff line number Diff line change 77import 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
1313pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"
You can’t perform that action at this time.
0 commit comments