Skip to content

Commit 6b52681

Browse files
committed
Publish 0.4.1
SHA256 hashes: jupyter_server_fileid-0.4.1-py3-none-any.whl: e3ddb81a9b79b06958bcdb8a5b8142c53745e0a8ae476dbf67fd607a812a073f jupyter_server_fileid-0.4.1.tar.gz: 7941bb61b709dd4c83c69e8bdcc9adadd5befd9427c9a48c2901d17be8440690
1 parent 99bd17b commit 6b52681

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
@@ -2,6 +2,22 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 0.4.1
6+
7+
([Full Changelog](https://github.com/jupyter-server/jupyter_server_fileid/compare/v0.4.0...99bd17b2502e67fbe2b4952675762027a9d438c2))
8+
9+
### Enhancements made
10+
11+
- log root_dir and db_path before connection [#22](https://github.com/jupyter-server/jupyter_server_fileid/pull/22) ([@dlqqq](https://github.com/dlqqq))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_server_fileid/graphs/contributors?from=2022-10-20&to=2022-10-20&type=c))
16+
17+
[@dlqqq](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_fileid+involves%3Adlqqq+updated%3A2022-10-20..2022-10-20&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 0.4.0
622

723
([Full Changelog](https://github.com/jupyter-server/jupyter_server_fileid/compare/v0.3.2...a4a6683f4f3e134f2a06788ca6347d57aa07c1cd))
@@ -16,8 +32,6 @@
1632

1733
[@dlqqq](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_fileid+involves%3Adlqqq+updated%3A2022-10-19..2022-10-20&type=Issues)
1834

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2135
## 0.3.2
2236

2337
([Full Changelog](https://github.com/jupyter-server/jupyter_server_fileid/compare/v0.3.1...16535e222d705401142ad98b1d869fb30754d47e))

jupyter_server_fileid/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""A Jupyter Server extension providing an implementation of the File ID service."""
22
from .extension import FileIdExtension
33

4-
__version__ = "0.4.0"
4+
__version__ = "0.4.1"
55

66

77
def _jupyter_server_extension_points():

0 commit comments

Comments
 (0)