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.8.0
8+
9+ <!-- END SILENT CHANGELOG ENTRY -->
10+
11+ <!-- <END NEW CHANGELOG ENTRY> -->
12+
513## 5.7.2
614
715([ Full Changelog] ( https://github.com/jupyter/jupyter_core/compare/v5.7.1...1264a81fc834f18db2b41e136ec4ac9d1a4ad993 ) )
1826
1927[ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Ablink1073+updated%3A2024-01-08..2024-03-12&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Apre-commit-ci+updated%3A2024-01-08..2024-03-12&type=Issues )
2028
21- <!-- <END NEW CHANGELOG ENTRY> -->
22-
2329## 5.7.1
2430
2531([ Full Changelog] ( https://github.com/jupyter/jupyter_core/compare/v5.7.0...8e69e7f1b856099c057e9711d5a439b33ef859d3 ) )
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.7.2 "
10+ __version__ = "5.8.0 "
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