File tree Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Expand file tree Collapse file tree 2 files changed +22
-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.6.1
6
+
7
+ ([ Full Changelog] ( https://github.com/jupyter/jupyter_core/compare/v5.6.0...f81186b2f31fe79949fe5bcd5ea0da6b0794a8fb ) )
8
+
9
+ ### Bugs fixed
10
+
11
+ - Fix export of package version [ #386 ] ( https://github.com/jupyter/jupyter_core/pull/386 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
12
+ - Revert "Enable async JupyterApp" [ #385 ] ( https://github.com/jupyter/jupyter_core/pull/385 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
13
+
14
+ ### Maintenance and upkeep improvements
15
+
16
+ - Bump github/codeql-action from 2 to 3 [ #380 ] ( https://github.com/jupyter/jupyter_core/pull/380 ) ([ @dependabot ] ( https://github.com/dependabot ) )
17
+
18
+ ### Contributors to this release
19
+
20
+ ([ GitHub contributors page for this release] ( https://github.com/jupyter/jupyter_core/graphs/contributors?from=2023-12-26&to=2024-01-01&type=c ) )
21
+
22
+ [ @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
+
24
+ <!-- <END NEW CHANGELOG ENTRY> -->
25
+
5
26
## 5.6.0
6
27
7
28
([ Full Changelog] ( https://github.com/jupyter/jupyter_core/compare/v5.5.1...e33fb748b435de7d587d9c2bfdcbb5f3ee73b4bd ) )
16
37
17
38
[ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Ablink1073+updated%3A2023-12-18..2023-12-26&type=Issues )
18
39
19
- <!-- <END NEW CHANGELOG ENTRY> -->
20
-
21
40
## 5.5.1
22
41
23
42
([ Full Changelog] ( https://github.com/jupyter/jupyter_core/compare/v5.5.0...4e387a4e95b1064cca4a97dd7324b29d14b6e3b7 ) )
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.0 "
9
+ __version__ = "5.6.1 "
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