Skip to content

Commit 4538e7b

Browse files
committed
Publish 0.9.3
SHA256 hashes: jupyter_server_fileid-0.9.3-py3-none-any.whl: f73c01c19f90005d3fff93607b91b4955ba4e1dccdde9bfe8026646f94053791 jupyter_server_fileid-0.9.3.tar.gz: 521608bb87f606a8637fcbdce2f3d24a8b3cc89d2eef61751cb40e468d4e54be
1 parent 7ee71f6 commit 4538e7b

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

+16-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

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

5+
## 0.9.3
6+
7+
([Full Changelog](https://github.com/jupyter-server/jupyter_server_fileid/compare/v0.9.2...7ee71f63fd6fce6535f8f99f9d47199cd934bb31))
8+
9+
### Merged PRs
10+
11+
- Don't commit when garbage-collected in a different thread [#81](https://github.com/jupyter-server/jupyter_server_fileid/pull/81) ([@davidbrochart](https://github.com/davidbrochart))
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=2024-04-18&to=2024-09-06&type=c))
16+
17+
[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_fileid+involves%3Adavidbrochart+updated%3A2024-04-18..2024-09-06&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 0.9.2
622

723
([Full Changelog](https://github.com/jupyter-server/jupyter_server_fileid/compare/v0.9.1...501a1230ac2e934c70bbb7267144f16fe6ed3484))
@@ -21,8 +37,6 @@
2137

2238
[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_fileid+involves%3Ablink1073+updated%3A2023-12-19..2024-04-18&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_fileid+involves%3Awelcome+updated%3A2023-12-19..2024-04-18&type=Issues) | [@Zsailer](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_fileid+involves%3AZsailer+updated%3A2023-12-19..2024-04-18&type=Issues)
2339

24-
<!-- <END NEW CHANGELOG ENTRY> -->
25-
2640
## 0.9.1
2741

2842
([Full Changelog](https://github.com/jupyter-server/jupyter_server_fileid/compare/v0.9.0...a5e65c99791a20e4684c55f631d2d7fef3c3fdad))

jupyter_server_fileid/__init__.py

+1-1
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.9.2"
4+
__version__ = "0.9.3"
55

66

77
def _jupyter_server_extension_points():

0 commit comments

Comments
 (0)