File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 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.0.3
8
+
9
+ ([ Full Changelog] ( https://github.com/jupyter-server/jupyter_server/compare/v2.0.2...e35fbbc238a5b96d869c574fe8b8eb27b9605a05 ) )
10
+
11
+ ### Bugs fixed
12
+
13
+ - Restore default writing of browser open redirect file, add opt-in to skip [ #1144 ] ( https://github.com/jupyter-server/jupyter_server/pull/1144 ) ([ @bollwyvl ] ( https://github.com/bollwyvl ) )
14
+
15
+ ### Contributors to this release
16
+
17
+ ([ GitHub contributors page for this release] ( https://github.com/jupyter-server/jupyter_server/graphs/contributors?from=2022-12-20&to=2022-12-21&type=c ) )
18
+
19
+ [ @bollwyvl ] ( https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Abollwyvl+updated%3A2022-12-20..2022-12-21&type=Issues )
20
+
21
+ <!-- <END NEW CHANGELOG ENTRY> -->
22
+
7
23
## 2.0.2
8
24
9
25
([ Full Changelog] ( https://github.com/jupyter-server/jupyter_server/compare/v2.0.1...b5b7c5e9141698ab0206f74b8944972cbc4cf6fe ) )
@@ -26,8 +42,6 @@ All notable changes to this project will be documented in this file.
26
42
27
43
[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Ablink1073+updated%3A2022-12-08..2022-12-20&type=Issues) | [@bloomsa](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Abloomsa+updated%3A2022-12-08..2022-12-20&type=Issues) | [@codecov](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Acodecov+updated%3A2022-12-08..2022-12-20&type=Issues) | [@hhuuggoo](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Ahhuuggoo+updated%3A2022-12-08..2022-12-20&type=Issues) | [@kevin-bates](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Akevin-bates+updated%3A2022-12-08..2022-12-20&type=Issues) | [@vidartf](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Avidartf+updated%3A2022-12-08..2022-12-20&type=Issues) | [@vindex10](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Avindex10+updated%3A2022-12-08..2022-12-20&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Awelcome+updated%3A2022-12-08..2022-12-20&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3AZsailer+updated%3A2022-12-08..2022-12-20&type=Issues)
28
44
29
- <!-- <END NEW CHANGELOG ENTRY> -->
30
-
31
45
## 2.0.1
32
46
33
47
([ Full Changelog] ( https://github.com/jupyter-server/jupyter_server/compare/v2.0.0...a400c0e0de56b1abe821ce26875fad9e7e711596 ) )
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.1.0.dev0 "
9
+ __version__ = "2.0.3 "
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