File tree Expand file tree Collapse file tree 2 files changed +23
-3
lines changed Expand file tree Collapse file tree 2 files changed +23
-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.5.1
6
+
7
+ ([ Full Changelog] ( https://github.com/jupyter/jupyter_core/compare/v5.5.0...4e387a4e95b1064cca4a97dd7324b29d14b6e3b7 ) )
8
+
9
+ ### Bugs fixed
10
+
11
+ - Account for read only file systems in migration [ #379 ] ( https://github.com/jupyter/jupyter_core/pull/379 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
12
+
13
+ ### Maintenance and upkeep improvements
14
+
15
+ - Update ruff and typings [ #376 ] ( https://github.com/jupyter/jupyter_core/pull/376 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
16
+ - chore: update pre-commit hooks [ #374 ] ( https://github.com/jupyter/jupyter_core/pull/374 ) ([ @pre-commit-ci ] ( https://github.com/pre-commit-ci ) )
17
+ - Clean up lint and add downstream checks [ #373 ] ( https://github.com/jupyter/jupyter_core/pull/373 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
18
+
19
+ ### Contributors to this release
20
+
21
+ ([ GitHub contributors page for this release] ( https://github.com/jupyter/jupyter_core/graphs/contributors?from=2023-10-30&to=2023-12-18&type=c ) )
22
+
23
+ [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Ablink1073+updated%3A2023-10-30..2023-12-18&type=Issues ) | [ @mtelka ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Amtelka+updated%3A2023-10-30..2023-12-18&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Apre-commit-ci+updated%3A2023-10-30..2023-12-18&type=Issues )
24
+
25
+ <!-- <END NEW CHANGELOG ENTRY> -->
26
+
5
27
## 5.5.0
6
28
7
29
([ Full Changelog] ( https://github.com/jupyter/jupyter_core/compare/v5.4.0...df0e9e709ebe208df799ec08030b7d7eb15c9cf9 ) )
20
42
21
43
[ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Ablink1073+updated%3A2023-10-10..2023-10-30&type=Issues ) | [ @singingwolfboy ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Asingingwolfboy+updated%3A2023-10-10..2023-10-30&type=Issues )
22
44
23
- <!-- <END NEW CHANGELOG ENTRY> -->
24
-
25
45
## 5.4.0
26
46
27
47
([ Full Changelog] ( https://github.com/jupyter/jupyter_core/compare/v5.3.2...d6a748262a44334f27008e8c90d2557f46481f5b ) )
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.5.0 "
9
+ __version__ = "5.5.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