Skip to content

Commit

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

comm-0.1.3-py3-none-any.whl: 16613c6211e20223f215fc6d3b266a247b6e2641bf4e0a3ad34cb1aff2aa3f37

comm-0.1.3.tar.gz: a61efa9daffcfbe66fd643ba966f846a624e4e6d6767eda9cf6e993aadaab93e
  • Loading branch information
martinRenou committed Mar 22, 2023
1 parent 309b829 commit 7e098f5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,26 @@ All notable changes to this project will be documented in this file.

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

## 0.1.2
## 0.1.3

Initial release
([Full Changelog](https://github.com/ipython/comm/compare/0.1.2...309b8295ca950a9ca9bdc0daa796215d72a7cb09))

### Maintenance and upkeep improvements

- Adopt linters and releaser [#12](https://github.com/ipython/comm/pull/12) ([@blink1073](https://github.com/blink1073))

### Other merged PRs

- feat: provide a default implementation [#13](https://github.com/ipython/comm/pull/13) ([@maartenbreddels](https://github.com/maartenbreddels))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/ipython/comm/graphs/contributors?from=2022-12-08&to=2023-03-22&type=c))

[@blink1073](https://github.com/search?q=repo%3Aipython%2Fcomm+involves%3Ablink1073+updated%3A2022-12-08..2023-03-22&type=Issues) | [@maartenbreddels](https://github.com/search?q=repo%3Aipython%2Fcomm+involves%3Amaartenbreddels+updated%3A2022-12-08..2023-03-22&type=Issues)

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

## 0.1.2

Initial release
2 changes: 1 addition & 1 deletion comm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from .base_comm import BaseComm, CommManager

__version__ = "0.1.2"
__version__ = "0.1.3"
__all__ = [
"create_comm",
"get_comm_manager",
Expand Down

0 comments on commit 7e098f5

Please sign in to comment.