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 2
2
3
3
<!-- <START NEW CHANGELOG ENTRY> -->
4
4
5
+ ## 2.19.0
6
+
7
+ ([ Full Changelog] ( https://github.com/jupyterlab/jupyterlab_server/compare/v2.18.0...a226eaa4e0a55a167ef7ab6ef7da53a2013a3fb1 ) )
8
+
9
+ ### Enhancements made
10
+
11
+ - Don't change language environment variable [ #366 ] ( https://github.com/jupyterlab/jupyterlab_server/pull/366 ) ([ @fcollonval ] ( https://github.com/fcollonval ) )
12
+
13
+ ### Maintenance and upkeep improvements
14
+
15
+ - Fix test_process_app [ #367 ] ( https://github.com/jupyterlab/jupyterlab_server/pull/367 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
16
+ - Sync lint deps [ #365 ] ( https://github.com/jupyterlab/jupyterlab_server/pull/365 ) ([ @blink1073 ] ( https://github.com/blink1073 ) )
17
+
18
+ ### Contributors to this release
19
+
20
+ ([ GitHub contributors page for this release] ( https://github.com/jupyterlab/jupyterlab_server/graphs/contributors?from=2023-01-03&to=2023-01-16&type=c ) )
21
+
22
+ [ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3Ablink1073+updated%3A2023-01-03..2023-01-16&type=Issues ) | [ @codecov-commenter ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3Acodecov-commenter+updated%3A2023-01-03..2023-01-16&type=Issues ) | [ @fcollonval ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3Afcollonval+updated%3A2023-01-03..2023-01-16&type=Issues )
23
+
24
+ <!-- <END NEW CHANGELOG ENTRY> -->
25
+
5
26
## 2.18.0
6
27
7
28
([ Full Changelog] ( https://github.com/jupyterlab/jupyterlab_server/compare/v2.17.0...a2528876192e34fa2856b8fb3941148c6447d591 ) )
24
45
25
46
[ @blink1073 ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3Ablink1073+updated%3A2022-12-26..2023-01-03&type=Issues ) | [ @codecov-commenter ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3Acodecov-commenter+updated%3A2022-12-26..2023-01-03&type=Issues ) | [ @fcollonval ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3Afcollonval+updated%3A2022-12-26..2023-01-03&type=Issues ) | [ @pre-commit-ci ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3Apre-commit-ci+updated%3A2022-12-26..2023-01-03&type=Issues ) | [ @vidartf ] ( https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab_server+involves%3Avidartf+updated%3A2022-12-26..2023-01-03&type=Issues )
26
47
27
- <!-- <END NEW CHANGELOG ENTRY> -->
28
-
29
48
## 2.17.0
30
49
31
50
([ Full Changelog] ( https://github.com/jupyterlab/jupyterlab_server/compare/v2.16.6...6870153670345c20e2b86a02e6a35394703fbbf5 ) )
Original file line number Diff line number Diff line change 7
7
"""
8
8
import re
9
9
10
- __version__ = "2.18 .0"
10
+ __version__ = "2.19 .0"
11
11
12
12
# Build up version_info tuple for backwards compatibility
13
13
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