File tree Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Expand file tree Collapse file tree 2 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
4
4
5
5
<!-- <START NEW CHANGELOG ENTRY> -->
6
6
7
+ ## 2.0.0rc3
8
+
9
+ ([ Full Changelog] ( https://github.com/jupyter-server/jupyter_server/compare/v2.0.0rc2...fc0ac3236fdd92778ea765db6e8982212c8389ee ) )
10
+
11
+ ### Maintenance and upkeep improvements
12
+
13
+ - Clean up config files [ #1031 ] ( https://github.com/jupyter-server/jupyter_server/pull/1031 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
14
+ - Make node optional [ #1030 ] ( https://github.com/jupyter-server/jupyter_server/pull/1030 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
15
+
16
+ ### Contributors to this release
17
+
18
+ ([ GitHub contributors page for this release] ( https://github.com/jupyter-server/jupyter_server/graphs/contributors?from=2022-10-11&to=2022-10-17&type=c ) )
19
+
20
+ [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Ablink1073+updated%3A2022-10-11..2022-10-17&type=Issues ) | [ @codecov-commenter ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Acodecov-commenter+updated%3A2022-10-11..2022-10-17&type=Issues )
21
+
22
+ <!-- <END NEW CHANGELOG ENTRY> -->
23
+
7
24
## 2.0.0rc2
8
25
9
26
([ Full Changelog] ( https://github.com/jupyter-server/jupyter_server/compare/v2.0.0rc1...32de53beae1e9396dd3111b17222ec802b122f0b ) )
@@ -36,8 +53,6 @@ All notable changes to this project will be documented in this file.
36
53
37
54
[ @a3626a ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Aa3626a+updated%3A2022-09-27..2022-10-11&type=Issues ) | [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Ablink1073+updated%3A2022-09-27..2022-10-11&type=Issues ) | [ @codecov-commenter ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Acodecov-commenter+updated%3A2022-09-27..2022-10-11&type=Issues ) | [ @kevin-bates ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Akevin-bates+updated%3A2022-09-27..2022-10-11&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Apre-commit-ci+updated%3A2022-09-27..2022-10-11&type=Issues ) | [ @welcome ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Awelcome+updated%3A2022-09-27..2022-10-11&type=Issues )
38
55
39
- <!-- <END NEW CHANGELOG ENTRY> -->
40
-
41
56
## 2.0.0rc1
42
57
43
58
([ Full Changelog] ( https://github.com/jupyter-server/jupyter_server/compare/v2.0.0rc0...dd8a6937651170e2cea38a2fecbecc2a1a4f655f ) )
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.0.0.dev0 "
9
+ __version__ = "2.0.0rc3 "
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