Skip to content

Commit d119118

Browse files
committed
Publish 0.2.2
SHA256 hashes: comm-0.2.2-py3-none-any.whl: e6fb86cb70ff661ee8c9c14e7d36d6de3b4066f1441be4063df9c5009f0a64d3 comm-0.2.2.tar.gz: 3fd7a84065306e07bea1773df6eb8282de51ba82f77c72f9c85716ab11fe980e
1 parent 76149e7 commit d119118

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,6 +4,26 @@ All notable changes to this project will be documented in this file.
44

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

7+
## 0.2.2
8+
9+
([Full Changelog](https://github.com/ipython/comm/compare/v0.2.1...76149e7ee0f331772c964ae86cdb8bafebe6dfa2))
10+
11+
### Maintenance and upkeep improvements
12+
13+
- Update Release Scripts [#27](https://github.com/ipython/comm/pull/27) ([@blink1073](https://github.com/blink1073))
14+
15+
### Other merged PRs
16+
17+
- chore: update pre-commit hooks [#26](https://github.com/ipython/comm/pull/26) ([@pre-commit-ci](https://github.com/pre-commit-ci))
18+
19+
### Contributors to this release
20+
21+
([GitHub contributors page for this release](https://github.com/ipython/comm/graphs/contributors?from=2024-01-02&to=2024-03-12&type=c))
22+
23+
[@blink1073](https://github.com/search?q=repo%3Aipython%2Fcomm+involves%3Ablink1073+updated%3A2024-01-02..2024-03-12&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Aipython%2Fcomm+involves%3Apre-commit-ci+updated%3A2024-01-02..2024-03-12&type=Issues)
24+
25+
<!-- <END NEW CHANGELOG ENTRY> -->
26+
727
## 0.2.1
828

929
([Full Changelog](https://github.com/ipython/comm/compare/v0.2.0...46e07dc298d19c1b7ade765d0a435f794e69a020))
@@ -25,8 +45,6 @@ All notable changes to this project will be documented in this file.
2545

2646
[@apmorton](https://github.com/search?q=repo%3Aipython%2Fcomm+involves%3Aapmorton+updated%3A2023-11-06..2024-01-02&type=Issues) | [@blink1073](https://github.com/search?q=repo%3Aipython%2Fcomm+involves%3Ablink1073+updated%3A2023-11-06..2024-01-02&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Aipython%2Fcomm+involves%3Apre-commit-ci+updated%3A2023-11-06..2024-01-02&type=Issues)
2747

28-
<!-- <END NEW CHANGELOG ENTRY> -->
29-
3048
## 0.2.0
3149

3250
([Full Changelog](https://github.com/ipython/comm/compare/v0.1.4...5e4ad3166b80feba3f74ad074b7b5f98d7a99439))

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.2.1"
16+
__version__ = "0.2.2"
1717
__all__ = [
1818
"create_comm",
1919
"get_comm_manager",

0 commit comments

Comments
 (0)