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 22
33<!-- <START NEW CHANGELOG ENTRY> -->
44
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+
526## 5.6.0
627
728([ Full Changelog] ( https://github.com/jupyter/jupyter_core/compare/v5.5.1...e33fb748b435de7d587d9c2bfdcbb5f3ee73b4bd ) )
1637
1738[ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Ablink1073+updated%3A2023-12-18..2023-12-26&type=Issues )
1839
19- <!-- <END NEW CHANGELOG ENTRY> -->
20-
2140## 5.5.1
2241
2342([ Full Changelog] ( https://github.com/jupyter/jupyter_core/compare/v5.5.0...4e387a4e95b1064cca4a97dd7324b29d14b6e3b7 ) )
Original file line number Diff line number Diff line change 66import re
77
88# Version string must appear intact for hatch versioning
9- __version__ = "5.6.0 "
9+ __version__ = "5.6.1 "
1010
1111# Build up version_info tuple for backwards compatibility
1212pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"
You can’t perform that action at this time.
0 commit comments