Skip to content

Commit 7e098f5

Browse files
committed
Publish 0.1.3
SHA256 hashes: comm-0.1.3-py3-none-any.whl: 16613c6211e20223f215fc6d3b266a247b6e2641bf4e0a3ad34cb1aff2aa3f37 comm-0.1.3.tar.gz: a61efa9daffcfbe66fd643ba966f846a624e4e6d6767eda9cf6e993aadaab93e
1 parent 309b829 commit 7e098f5

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CHANGELOG.md

+20-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,26 @@ All notable changes to this project will be documented in this file.
44

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

7-
## 0.1.2
7+
## 0.1.3
88

9-
Initial release
9+
([Full Changelog](https://github.com/ipython/comm/compare/0.1.2...309b8295ca950a9ca9bdc0daa796215d72a7cb09))
10+
11+
### Maintenance and upkeep improvements
12+
13+
- Adopt linters and releaser [#12](https://github.com/ipython/comm/pull/12) ([@blink1073](https://github.com/blink1073))
14+
15+
### Other merged PRs
16+
17+
- feat: provide a default implementation [#13](https://github.com/ipython/comm/pull/13) ([@maartenbreddels](https://github.com/maartenbreddels))
18+
19+
### Contributors to this release
20+
21+
([GitHub contributors page for this release](https://github.com/ipython/comm/graphs/contributors?from=2022-12-08&to=2023-03-22&type=c))
22+
23+
[@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)
1024

1125
<!-- <END NEW CHANGELOG ENTRY> -->
26+
27+
## 0.1.2
28+
29+
Initial release

comm/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
from .base_comm import BaseComm, CommManager
1212

13-
__version__ = "0.1.2"
13+
__version__ = "0.1.3"
1414
__all__ = [
1515
"create_comm",
1616
"get_comm_manager",

0 commit comments

Comments
 (0)