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 2
2
3
3
<!-- <START NEW CHANGELOG ENTRY> -->
4
4
5
+ <!-- START SILENT CHANGELOG ENTRY -->
6
+
7
+ ## 5.8.0
8
+
9
+ <!-- END SILENT CHANGELOG ENTRY -->
10
+
11
+ <!-- <END NEW CHANGELOG ENTRY> -->
12
+
5
13
## 5.7.2
6
14
7
15
([ Full Changelog] ( https://github.com/jupyter/jupyter_core/compare/v5.7.1...1264a81fc834f18db2b41e136ec4ac9d1a4ad993 ) )
18
26
19
27
[ @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 )
20
28
21
- <!-- <END NEW CHANGELOG ENTRY> -->
22
-
23
29
## 5.7.1
24
30
25
31
([ Full Changelog] ( https://github.com/jupyter/jupyter_core/compare/v5.7.0...8e69e7f1b856099c057e9711d5a439b33ef859d3 ) )
Original file line number Diff line number Diff line change 7
7
import re
8
8
9
9
# Version string must appear intact for hatch versioning
10
- __version__ = "5.7.2 "
10
+ __version__ = "5.8.0 "
11
11
12
12
# Build up version_info tuple for backwards compatibility
13
13
pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"
You can’t perform that action at this time.
0 commit comments