Skip to content

Commit 205b8f3

Browse files
committed
Publish 0.2.0
SHA256 hashes: comm-0.2.0-py3-none-any.whl: 2da8d9ebb8dd7bfc247adaff99f24dce705638a8042b85cb995066793e391001 comm-0.2.0.tar.gz: a517ea2ca28931c7007a7a99c562a0fa5883cfb48963140cf642c41c948498be
1 parent 5e4ad31 commit 205b8f3

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

CHANGELOG.md

+21-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file.
44

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

7+
## 0.2.0
8+
9+
([Full Changelog](https://github.com/ipython/comm/compare/v0.1.4...5e4ad3166b80feba3f74ad074b7b5f98d7a99439))
10+
11+
### Maintenance and upkeep improvements
12+
13+
- Add downstream checks [#20](https://github.com/ipython/comm/pull/20) ([@blink1073](https://github.com/blink1073))
14+
- Adopt sp-repo-review [#19](https://github.com/ipython/comm/pull/19) ([@blink1073](https://github.com/blink1073))
15+
16+
### Other merged PRs
17+
18+
- Bump actions/checkout from 3 to 4 [#17](https://github.com/ipython/comm/pull/17) ([@dependabot](https://github.com/dependabot))
19+
20+
### Contributors to this release
21+
22+
([GitHub contributors page for this release](https://github.com/ipython/comm/graphs/contributors?from=2023-08-02&to=2023-11-06&type=c))
23+
24+
[@blink1073](https://github.com/search?q=repo%3Aipython%2Fcomm+involves%3Ablink1073+updated%3A2023-08-02..2023-11-06&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Aipython%2Fcomm+involves%3Adependabot+updated%3A2023-08-02..2023-11-06&type=Issues)
25+
26+
<!-- <END NEW CHANGELOG ENTRY> -->
27+
728
## 0.1.4
829

930
([Full Changelog](https://github.com/ipython/comm/compare/v0.1.3...136c099e4fb1cc83040661796ad7ea349af04be8))
@@ -18,8 +39,6 @@ All notable changes to this project will be documented in this file.
1839

1940
[@martinRenou](https://github.com/search?q=repo%3Aipython%2Fcomm+involves%3AmartinRenou+updated%3A2023-03-22..2023-08-02&type=Issues) | [@vincent-grosbois](https://github.com/search?q=repo%3Aipython%2Fcomm+involves%3Avincent-grosbois+updated%3A2023-03-22..2023-08-02&type=Issues)
2041

21-
<!-- <END NEW CHANGELOG ENTRY> -->
22-
2342
## 0.1.3
2443

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

comm/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
from .base_comm import BaseComm, BuffersType, CommManager, MaybeDict
1515

16-
__version__ = "0.1.4"
16+
__version__ = "0.2.0"
1717
__all__ = [
1818
"create_comm",
1919
"get_comm_manager",

0 commit comments

Comments
 (0)