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.3.0
6
+
7
+ ([ Full Changelog] ( https://github.com/jupyter/jupyter_core/compare/v5.2.0...6cfe9fc042a0f016a0d4545bc6790b8277d80c24 ) )
8
+
9
+ ### Bugs fixed
10
+
11
+ - Fix pywin32 version constraint [ #347 ] ( https://github.com/jupyter/jupyter_core/pull/347 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
12
+
13
+ ### Maintenance and upkeep improvements
14
+
15
+ - Add license [ #344 ] ( https://github.com/jupyter/jupyter_core/pull/344 ) ([ @dcsaba89 ] ( https://github.com/dcsaba89 ) )
16
+ - Support platformdirs 3 [ #342 ] ( https://github.com/jupyter/jupyter_core/pull/342 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
17
+
18
+ ### Contributors to this release
19
+
20
+ ([ GitHub contributors page for this release] ( https://github.com/jupyter/jupyter_core/graphs/contributors?from=2023-01-30&to=2023-03-16&type=c ) )
21
+
22
+ [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Ablink1073+updated%3A2023-01-30..2023-03-16&type=Issues ) | [ @dcsaba89 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Adcsaba89+updated%3A2023-01-30..2023-03-16&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Apre-commit-ci+updated%3A2023-01-30..2023-03-16&type=Issues )
23
+
24
+ <!-- <END NEW CHANGELOG ENTRY> -->
25
+
5
26
## 5.2.0
6
27
7
28
([ Full Changelog] ( https://github.com/jupyter/jupyter_core/compare/v5.1.5...98b9a1a94e79d1137246b4c1f8c16343b72b050c ) )
20
41
21
42
[ @azjps ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Aazjps+updated%3A2023-01-24..2023-01-30&type=Issues ) | [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter%2Fjupyter_core+involves%3Ablink1073+updated%3A2023-01-24..2023-01-30&type=Issues )
22
43
23
- <!-- <END NEW CHANGELOG ENTRY> -->
24
-
25
44
## 5.1.5
26
45
27
46
([ Full Changelog] ( https://github.com/jupyter/jupyter_core/compare/v5.1.4...269449fe4dcb8d427b54337d83bcb67bf50e87da ) )
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.2 .0"
8
+ __version__ = "5.3 .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