File tree Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Expand file tree Collapse file tree 2 files changed +21
-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.0
6
+
7
+ ([ Full Changelog] ( https://github.com/jupyter/jupyter_core/compare/v5.6.1...19912f49cfb9e2645e08fd1bd599b95206387d2d ) )
8
+
9
+ ### Enhancements made
10
+
11
+ - Modernize event loop behavior [ #387 ] ( https://github.com/jupyter/jupyter_core/pull/387 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
12
+
13
+ ### Maintenance and upkeep improvements
14
+
15
+ - chore: update pre-commit hooks [ #388 ] ( https://github.com/jupyter/jupyter_core/pull/388 ) ([ @pre-commit-ci ] ( https://github.com/pre-commit-ci ) )
16
+
17
+ ### Contributors to this release
18
+
19
+ ([ GitHub contributors page for this release] ( https://github.com/jupyter/jupyter_core/graphs/contributors?from=2024-01-01&to=2024-01-03&type=c ) )
20
+
21
+ [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Ablink1073+updated%3A2024-01-01..2024-01-03&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Apre-commit-ci+updated%3A2024-01-01..2024-01-03&type=Issues )
22
+
23
+ <!-- <END NEW CHANGELOG ENTRY> -->
24
+
5
25
## 5.6.1
6
26
7
27
([ Full Changelog] ( https://github.com/jupyter/jupyter_core/compare/v5.6.0...f81186b2f31fe79949fe5bcd5ea0da6b0794a8fb ) )
21
41
22
42
[ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Ablink1073+updated%3A2023-12-26..2024-01-01&type=Issues ) | [ @dependabot ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Adependabot+updated%3A2023-12-26..2024-01-01&type=Issues )
23
43
24
- <!-- <END NEW CHANGELOG ENTRY> -->
25
-
26
44
## 5.6.0
27
45
28
46
([ Full Changelog] ( https://github.com/jupyter/jupyter_core/compare/v5.5.1...e33fb748b435de7d587d9c2bfdcbb5f3ee73b4bd ) )
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.6.1 "
9
+ __version__ = "5.7.0 "
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