File tree 2 files changed +17
-3
lines changed
2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
4
4
5
5
<!-- <START NEW CHANGELOG ENTRY> -->
6
6
7
+ ## 2.12.5
8
+
9
+ ([ Full Changelog] ( https://github.com/jupyter-server/jupyter_server/compare/v2.12.4...a3a9d3deea7a798d13fe09a41e53f6f825caf21b ) )
10
+
11
+ ### Maintenance and upkeep improvements
12
+
13
+ - Improve warning handling [ #1386 ] ( https://github.com/jupyter-server/jupyter_server/pull/1386 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
14
+
15
+ ### Contributors to this release
16
+
17
+ ([ GitHub contributors page for this release] ( https://github.com/jupyter-server/jupyter_server/graphs/contributors?from=2024-01-11&to=2024-01-16&type=c ) )
18
+
19
+ [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Ablink1073+updated%3A2024-01-11..2024-01-16&type=Issues )
20
+
21
+ <!-- <END NEW CHANGELOG ENTRY> -->
22
+
7
23
## 2.12.4
8
24
9
25
([ Full Changelog] ( https://github.com/jupyter-server/jupyter_server/compare/v2.12.3...7bb21b45392c889b5c87eb0d1b48662a497ba15a ) )
@@ -18,8 +34,6 @@ All notable changes to this project will be documented in this file.
18
34
19
35
[ @minrk ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Aminrk+updated%3A2024-01-09..2024-01-11&type=Issues )
20
36
21
- <!-- <END NEW CHANGELOG ENTRY> -->
22
-
23
37
## 2.12.3
24
38
25
39
([ Full Changelog] ( https://github.com/jupyter-server/jupyter_server/compare/v2.12.2...99b9126853b69aafb700b4c92b50b83b7ca00e32 ) )
Original file line number Diff line number Diff line change 6
6
from typing import List
7
7
8
8
# Version string must appear intact for automatic versioning
9
- __version__ = "2.13.0.dev0 "
9
+ __version__ = "2.12.5 "
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