File tree Expand file tree Collapse file tree 2 files changed +26
-3
lines changed Expand file tree Collapse file tree 2 files changed +26
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,31 @@ All notable changes to this project will be documented in this file.
4
4
5
5
<!-- <START NEW CHANGELOG ENTRY> -->
6
6
7
+ ## 2.11.0
8
+
9
+ ([ Full Changelog] ( https://github.com/jupyter-server/jupyter_server/compare/v2.10.1...e7c0f331d4cbf82eb1a9e9bc6c260faabda0255a ) )
10
+
11
+ ### Enhancements made
12
+
13
+ - Support get file(notebook) md5 [ #1363 ] ( https://github.com/jupyter-server/jupyter_server/pull/1363 ) ([ @Wh1isper ] ( https://github.com/Wh1isper ) )
14
+
15
+ ### Maintenance and upkeep improvements
16
+
17
+ - Update ruff and typings [ #1365 ] ( https://github.com/jupyter-server/jupyter_server/pull/1365 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
18
+
19
+ ### Documentation improvements
20
+
21
+ - Update api docs with md5 param [ #1364 ] ( https://github.com/jupyter-server/jupyter_server/pull/1364 ) ([ @Wh1isper ] ( https://github.com/Wh1isper ) )
22
+ - typo: ServerApp [ #1361 ] ( https://github.com/jupyter-server/jupyter_server/pull/1361 ) ([ @IITII ] ( https://github.com/IITII ) )
23
+
24
+ ### Contributors to this release
25
+
26
+ ([ GitHub contributors page for this release] ( https://github.com/jupyter-server/jupyter_server/graphs/contributors?from=2023-11-15&to=2023-11-21&type=c ) )
27
+
28
+ [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Ablink1073+updated%3A2023-11-15..2023-11-21&type=Issues ) | [ @IITII ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3AIITII+updated%3A2023-11-15..2023-11-21&type=Issues ) | [ @welcome ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Awelcome+updated%3A2023-11-15..2023-11-21&type=Issues ) | [ @Wh1isper ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3AWh1isper+updated%3A2023-11-15..2023-11-21&type=Issues )
29
+
30
+ <!-- <END NEW CHANGELOG ENTRY> -->
31
+
7
32
## 2.10.1
8
33
9
34
([ Full Changelog] ( https://github.com/jupyter-server/jupyter_server/compare/v2.10.0...9f8ff2886903a6744c5eb483f9e5bd7e63d5d015 ) )
@@ -24,8 +49,6 @@ All notable changes to this project will be documented in this file.
24
49
25
50
[ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Ablink1073+updated%3A2023-11-06..2023-11-15&type=Issues ) | [ @bloomsa ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Abloomsa+updated%3A2023-11-06..2023-11-15&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Apre-commit-ci+updated%3A2023-11-06..2023-11-15&type=Issues )
26
51
27
- <!-- <END NEW CHANGELOG ENTRY> -->
28
-
29
52
## 2.10.0
30
53
31
54
([ Full Changelog] ( https://github.com/jupyter-server/jupyter_server/compare/v2.9.1...e71e95884483c7ce2d9fd5ee83059a0269741aa1 ) )
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.11.0.dev0 "
9
+ __version__ = "2.11.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