File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- <START NEW CHANGELOG ENTRY> -->
4
4
5
+ ## 5.7.2
6
+
7
+ ([ Full Changelog] ( https://github.com/jupyter/jupyter_core/compare/v5.7.1...1264a81fc834f18db2b41e136ec4ac9d1a4ad993 ) )
8
+
9
+ ### Maintenance and upkeep improvements
10
+
11
+ - Update Release Scripts [ #396 ] ( https://github.com/jupyter/jupyter_core/pull/396 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
12
+ - Enforce pytest 7 [ #393 ] ( https://github.com/jupyter/jupyter_core/pull/393 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
13
+ - chore: update pre-commit hooks [ #392 ] ( https://github.com/jupyter/jupyter_core/pull/392 ) ([ @pre-commit-ci ] ( https://github.com/pre-commit-ci ) )
14
+
15
+ ### Contributors to this release
16
+
17
+ ([ GitHub contributors page for this release] ( https://github.com/jupyter/jupyter_core/graphs/contributors?from=2024-01-08&to=2024-03-12&type=c ) )
18
+
19
+ [ @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
+
21
+ <!-- <END NEW CHANGELOG ENTRY> -->
22
+
5
23
## 5.7.1
6
24
7
25
([ Full Changelog] ( https://github.com/jupyter/jupyter_core/compare/v5.7.0...8e69e7f1b856099c057e9711d5a439b33ef859d3 ) )
16
34
17
35
[ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Ablink1073+updated%3A2024-01-03..2024-01-08&type=Issues )
18
36
19
- <!-- <END NEW CHANGELOG ENTRY> -->
20
-
21
37
## 5.7.0
22
38
23
39
([ Full Changelog] ( https://github.com/jupyter/jupyter_core/compare/v5.6.1...19912f49cfb9e2645e08fd1bd599b95206387d2d ) )
Original file line number Diff line number Diff line change 6
6
import re
7
7
8
8
# Version string must appear intact for hatch versioning
9
- __version__ = "5.7.1 "
9
+ __version__ = "5.7.2 "
10
10
11
11
# Build up version_info tuple for backwards compatibility
12
12
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