Skip to content

Commit

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

jupyter_server_ydoc-0.7.0-py3-none-any.whl: 4800a85a0c9b75eb058b2789c2ad1875c634730e3fd3b042c06a18a2fada9c40

jupyter_server_ydoc-0.7.0.tar.gz: eb6708be03fc33e8ab0b9abd1fd9ff936017becec50e1090b07a682763a38737
  • Loading branch information
davidbrochart committed Jan 26, 2023
1 parent 48e50c7 commit 11ed2c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

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

## 0.7.0

No merged PRs

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

## 0.6.2

([Full Changelog](https://github.com/jupyter-server/jupyter_server_ydoc/compare/v0.6.1...1ead1e4fea73b561439254d1e4df870309f304a4))
Expand All @@ -20,8 +26,6 @@ All notable changes to this project will be documented in this file.

[@codecov](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_ydoc+involves%3Acodecov+updated%3A2022-12-06..2023-01-25&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_ydoc+involves%3Adavidbrochart+updated%3A2022-12-06..2023-01-25&type=Issues) | [@hbcarlos](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_ydoc+involves%3Ahbcarlos+updated%3A2022-12-06..2023-01-25&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_server_ydoc+involves%3Apre-commit-ci+updated%3A2022-12-06..2023-01-25&type=Issues)

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

## 0.6.1

([Full Changelog](https://github.com/jupyter-server/jupyter_server_ydoc/compare/v0.6.0...c7da14326ce8af586a5282a739eef2fa4cc042ca))
Expand Down
2 changes: 1 addition & 1 deletion jupyter_server_ydoc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from .app import YDocExtension

__version__ = "0.6.2"
__version__ = "0.7.0"


def _jupyter_server_extension_points() -> List[Dict[str, Any]]:
Expand Down

0 comments on commit 11ed2c0

Please sign in to comment.