Skip to content

Commit

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

ypy_websocket-0.12.1-py3-none-any.whl: cf6f73ac4d6361f305c1ab6eead63292a5993228c94dda18d6c4997d5ef88b1c

ypy_websocket-0.12.1.tar.gz: 4169dc714ff592968ff7c2f4623045191d0cb1d3f40d0803e715c8a8b3acdde3
  • Loading branch information
davidbrochart committed Jun 20, 2023
1 parent 930ec49 commit 5c343c1
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.12.1

([Full Changelog](https://github.com/y-crdt/ypy-websocket/compare/v0.12.0...930ec4956bea9954b7ce06acfa66629a0273736f))

### Merged PRs

- Install typing_extensions for python\<3.8 [#82](https://github.com/y-crdt/ypy-websocket/pull/82) ([@davidbrochart](https://github.com/davidbrochart))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/y-crdt/ypy-websocket/graphs/contributors?from=2023-06-20&to=2023-06-20&type=c))

[@davidbrochart](https://github.com/search?q=repo%3Ay-crdt%2Fypy-websocket+involves%3Adavidbrochart+updated%3A2023-06-20..2023-06-20&type=Issues)

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

## 0.12.0

([Full Changelog](https://github.com/y-crdt/ypy-websocket/compare/v0.11.1...1af218b034ac16d1bd20d53230e83c9570a799be))
Expand All @@ -16,8 +32,6 @@

[@davidbrochart](https://github.com/search?q=repo%3Ay-crdt%2Fypy-websocket+involves%3Adavidbrochart+updated%3A2023-06-19..2023-06-20&type=Issues)

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

## 0.11.1

([Full Changelog](https://github.com/y-crdt/ypy-websocket/compare/v0.11.0...55b5fb6032b8ee03f41601ea130f6eb5d29edcf2))
Expand Down
2 changes: 1 addition & 1 deletion ypy_websocket/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .websocket_server import WebsocketServer, YRoom # noqa
from .yutils import YMessageType # noqa

__version__ = "0.12.0"
__version__ = "0.12.1"

0 comments on commit 5c343c1

Please sign in to comment.