Skip to content

Commit 2465168

Browse files
committed
Publish 2.0.4
SHA256 hashes: jupyter_server-2.0.4-py3-none-any.whl: 069f4fda05e81a73909997c787fa078f3f64ce4203c38cdc63a23b34297ac96a jupyter_server-2.0.4.tar.gz: fdc7d9d1e0e27a9418db87da752534205dfe92bdaf6127cee7be8741a7f22c5e
1 parent 53377e2 commit 2465168

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
44

55
<!-- <START NEW CHANGELOG ENTRY> -->
66

7+
## 2.0.4
8+
9+
([Full Changelog](https://github.com/jupyter-server/jupyter_server/compare/v2.0.3...53377e25efe0faf4e2a984254ca2c301aeea096d))
10+
11+
### Bugs fixed
12+
13+
- Fix handling of extension last activity [#1145](https://github.com/jupyter-server/jupyter_server/pull/1145) ([@blink1073](https://github.com/blink1073))
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-21&to=2022-12-21&type=c))
18+
19+
[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Ablink1073+updated%3A2022-12-21..2022-12-21&type=Issues)
20+
21+
<!-- <END NEW CHANGELOG ENTRY> -->
22+
723
## 2.0.3
824

925
([Full Changelog](https://github.com/jupyter-server/jupyter_server/compare/v2.0.2...e35fbbc238a5b96d869c574fe8b8eb27b9605a05))
@@ -18,8 +34,6 @@ All notable changes to this project will be documented in this file.
1834

1935
[@bollwyvl](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server+involves%3Abollwyvl+updated%3A2022-12-20..2022-12-21&type=Issues)
2036

21-
<!-- <END NEW CHANGELOG ENTRY> -->
22-
2337
## 2.0.2
2438

2539
([Full Changelog](https://github.com/jupyter-server/jupyter_server/compare/v2.0.1...b5b7c5e9141698ab0206f74b8944972cbc4cf6fe))

jupyter_server/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from typing import List
77

88
# Version string must appear intact for automatic versioning
9-
__version__ = "2.1.0.dev0"
9+
__version__ = "2.0.4"
1010

1111
# Build up version_info tuple for backwards compatibility
1212
pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"

0 commit comments

Comments
 (0)