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 @@ -4,6 +4,27 @@ 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.0
8
+
9
+ ([ Full Changelog] ( https://github.com/jupyter-server/jupyter_server/compare/v2.11.2...3bd347b6f2ead5897a18c6171db1174eaaf6176d ) )
10
+
11
+ ### Enhancements made
12
+
13
+ - Support async Authorizers [ #1373 ] ( https://github.com/jupyter-server/jupyter_server/pull/1373 ) ([ @Zsailer ] ( https://github.com/Zsailer ) )
14
+
15
+ ### Maintenance and upkeep improvements
16
+
17
+ - Update for tornado 6.4 [ #1372 ] ( https://github.com/jupyter-server/jupyter_server/pull/1372 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
18
+ - chore: update pre-commit hooks [ #1370 ] ( https://github.com/jupyter-server/jupyter_server/pull/1370 ) ([ @pre-commit-ci ] ( https://github.com/pre-commit-ci ) )
19
+
20
+ ### Contributors to this release
21
+
22
+ ([ GitHub contributors page for this release] ( https://github.com/jupyter-server/jupyter_server/graphs/contributors?from=2023-12-04&to=2023-12-05&type=c ) )
23
+
24
+ [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Ablink1073+updated%3A2023-12-04..2023-12-05&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Apre-commit-ci+updated%3A2023-12-04..2023-12-05&type=Issues ) | [ @Zsailer ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3AZsailer+updated%3A2023-12-04..2023-12-05&type=Issues )
25
+
26
+ <!-- <END NEW CHANGELOG ENTRY> -->
27
+
7
28
## 2.11.2
8
29
9
30
([ Full Changelog] ( https://github.com/jupyter-server/jupyter_server/compare/v2.11.1 ) )
@@ -12,8 +33,6 @@ All notable changes to this project will be documented in this file.
12
33
13
34
([ GitHub contributors page for this release] ( https://github.com/jupyter-server/jupyter_server/graphs/contributors?from=2023-11-27&to=2023-12-04&type=c ) )
14
35
15
- <!-- <END NEW CHANGELOG ENTRY> -->
16
-
17
36
## 2.11.1
18
37
19
38
([ Full Changelog] ( https://github.com/jupyter-server/jupyter_server/compare/v2.11.0...40a95e5f39d3f167bebf9232da9fab64818ba97d ) )
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.12.0.dev0 "
9
+ __version__ = "2.12.0"
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