File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
55<!-- <START NEW CHANGELOG ENTRY> -->
66
7+ ## 2.11.2
8+
9+ ([ Full Changelog] ( https://github.com/jupyter-server/jupyter_server/compare/v2.11.1 ) )
10+
11+ ### Contributors to this release
12+
13+ ([ 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+
15+ <!-- <END NEW CHANGELOG ENTRY> -->
16+
717## 2.11.1
818
919([ Full Changelog] ( https://github.com/jupyter-server/jupyter_server/compare/v2.11.0...40a95e5f39d3f167bebf9232da9fab64818ba97d ) )
@@ -19,8 +29,6 @@ All notable changes to this project will be documented in this file.
1929
2030[ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Ablink1073+updated%3A2023-11-21..2023-11-27&type=Issues ) | [ @fcollonval ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Afcollonval+updated%3A2023-11-21..2023-11-27&type=Issues ) | [ @minrk ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Aminrk+updated%3A2023-11-21..2023-11-27&type=Issues ) | [ @Wh1isper ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3AWh1isper+updated%3A2023-11-21..2023-11-27&type=Issues )
2131
22- <!-- <END NEW CHANGELOG ENTRY> -->
23-
2432## 2.11.0
2533
2634([ Full Changelog] ( https://github.com/jupyter-server/jupyter_server/compare/v2.10.1...e7c0f331d4cbf82eb1a9e9bc6c260faabda0255a ) )
Original file line number Diff line number Diff line change 66from typing import List
77
88# Version string must appear intact for automatic versioning
9- __version__ = "2.12.0.dev0 "
9+ __version__ = "2.11.2 "
1010
1111# Build up version_info tuple for backwards compatibility
1212pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"
You can’t perform that action at this time.
0 commit comments