File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33<!-- <START NEW CHANGELOG ENTRY> -->
44
5+ ## 5.7.1
6+
7+ ([ Full Changelog] ( https://github.com/jupyter/jupyter_core/compare/v5.7.0...8e69e7f1b856099c057e9711d5a439b33ef859d3 ) )
8+
9+ ### Bugs fixed
10+
11+ - Derive JupyterAsyncApp from JupyterApp [ #389 ] ( https://github.com/jupyter/jupyter_core/pull/389 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
12+
13+ ### Contributors to this release
14+
15+ ([ GitHub contributors page for this release] ( https://github.com/jupyter/jupyter_core/graphs/contributors?from=2024-01-03&to=2024-01-08&type=c ) )
16+
17+ [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Ablink1073+updated%3A2024-01-03..2024-01-08&type=Issues )
18+
19+ <!-- <END NEW CHANGELOG ENTRY> -->
20+
521## 5.7.0
622
723([ Full Changelog] ( https://github.com/jupyter/jupyter_core/compare/v5.6.1...19912f49cfb9e2645e08fd1bd599b95206387d2d ) )
2036
2137[ @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 )
2238
23- <!-- <END NEW CHANGELOG ENTRY> -->
24-
2539## 5.6.1
2640
2741([ Full Changelog] ( https://github.com/jupyter/jupyter_core/compare/v5.6.0...f81186b2f31fe79949fe5bcd5ea0da6b0794a8fb ) )
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.7.0 "
9+ __version__ = "5.7.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