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.5.0
6
+
7
+ ([ Full Changelog] ( https://github.com/jupyter/jupyter_core/compare/v5.4.0...df0e9e709ebe208df799ec08030b7d7eb15c9cf9 ) )
8
+
9
+ ### Maintenance and upkeep improvements
10
+
11
+ - Fix typing for traitlets 5.13 [ #372 ] ( https://github.com/jupyter/jupyter_core/pull/372 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
12
+ - Adopt pydata sphinx theme [ #371 ] ( https://github.com/jupyter/jupyter_core/pull/371 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
13
+ - Use ruff format [ #370 ] ( https://github.com/jupyter/jupyter_core/pull/370 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
14
+ - Update typings for mypy 1.6 [ #368 ] ( https://github.com/jupyter/jupyter_core/pull/368 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
15
+ - Lowercase APPNAME on macOS Homebrew [ #364 ] ( https://github.com/jupyter/jupyter_core/pull/364 ) ([ @singingwolfboy ] ( https://github.com/singingwolfboy ) )
16
+
17
+ ### Contributors to this release
18
+
19
+ ([ GitHub contributors page for this release] ( https://github.com/jupyter/jupyter_core/graphs/contributors?from=2023-10-10&to=2023-10-30&type=c ) )
20
+
21
+ [ @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
+
23
+ <!-- <END NEW CHANGELOG ENTRY> -->
24
+
5
25
## 5.4.0
6
26
7
27
([ Full Changelog] ( https://github.com/jupyter/jupyter_core/compare/v5.3.2...d6a748262a44334f27008e8c90d2557f46481f5b ) )
17
37
18
38
[ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Ablink1073+updated%3A2023-09-27..2023-10-10&type=Issues ) | [ @davidbrochart ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Adavidbrochart+updated%3A2023-09-27..2023-10-10&type=Issues ) | [ @jamescooke ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Ajamescooke+updated%3A2023-09-27..2023-10-10&type=Issues )
19
39
20
- <!-- <END NEW CHANGELOG ENTRY> -->
21
-
22
40
## 5.3.2
23
41
24
42
([ Full Changelog] ( https://github.com/jupyter/jupyter_core/compare/v5.3.1...0cf041784533c56da138a0947b6db29999790247 ) )
Original file line number Diff line number Diff line change 5
5
from typing import List
6
6
7
7
# Version string must appear intact for hatch versioning
8
- __version__ = "5.4 .0"
8
+ __version__ = "5.5 .0"
9
9
10
10
# Build up version_info tuple for backwards compatibility
11
11
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