Skip to content

Commit

Permalink
Publish 0.4.2
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyter_server_fileid-0.4.2-py3-none-any.whl: fb58a35b5e0da929290216784bad0765be977102eb54e412a6c00acc717a97db

jupyter_server_fileid-0.4.2.tar.gz: c0b2837921ee5f791e2a38ba9aa42cf3c9b78a152b187a0c4f4c3425ea044344
  • Loading branch information
dlqqq committed Oct 21, 2022
1 parent 15a183a commit 105415d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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

## 0.4.2

([Full Changelog](https://github.com/jupyter-server/jupyter_server_fileid/compare/v0.4.1...15a183a28eb63741659971585acff9a23be05c18))

### Bugs fixed

- pass self.config to file ID manager class [#23](https://github.com/jupyter-server/jupyter_server_fileid/pull/23) ([@dlqqq](https://github.com/dlqqq))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_server_fileid/graphs/contributors?from=2022-10-20&to=2022-10-21&type=c))

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

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.4.1

([Full Changelog](https://github.com/jupyter-server/jupyter_server_fileid/compare/v0.4.0...99bd17b2502e67fbe2b4952675762027a9d438c2))
Expand All @@ -16,8 +32,6 @@

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

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.4.0

([Full Changelog](https://github.com/jupyter-server/jupyter_server_fileid/compare/v0.3.2...a4a6683f4f3e134f2a06788ca6347d57aa07c1cd))
Expand Down
2 changes: 1 addition & 1 deletion jupyter_server_fileid/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""A Jupyter Server extension providing an implementation of the File ID service."""
from .extension import FileIdExtension

__version__ = "0.4.1"
__version__ = "0.4.2"


def _jupyter_server_extension_points():
Expand Down

0 comments on commit 105415d

Please sign in to comment.