Skip to content

Commit 3e6a08e

Browse files
committed
Publish 0.2.1
SHA256 hashes: comm-0.2.1-py3-none-any.whl: 87928485c0dfc0e7976fd89fc1e187023cf587e7c353e4a9b417555b44adf021 comm-0.2.1.tar.gz: 0bc91edae1344d39d3661dcbc36937181fdaddb304790458f8b044dbc064b89a
1 parent 46e07dc commit 3e6a08e

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

CHANGELOG.md

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

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

7+
## 0.2.1
8+
9+
([Full Changelog](https://github.com/ipython/comm/compare/v0.2.0...46e07dc298d19c1b7ade765d0a435f794e69a020))
10+
11+
### Maintenance and upkeep improvements
12+
13+
- Update ruff config [#23](https://github.com/ipython/comm/pull/23) ([@blink1073](https://github.com/blink1073))
14+
15+
### Other merged PRs
16+
17+
- chore: update pre-commit hooks [#25](https://github.com/ipython/comm/pull/25) ([@pre-commit-ci](https://github.com/pre-commit-ci))
18+
- Prevent exception spam during interpreter teardown [#24](https://github.com/ipython/comm/pull/24) ([@apmorton](https://github.com/apmorton))
19+
- chore: update pre-commit hooks [#22](https://github.com/ipython/comm/pull/22) ([@pre-commit-ci](https://github.com/pre-commit-ci))
20+
- chore: update pre-commit hooks [#21](https://github.com/ipython/comm/pull/21) ([@pre-commit-ci](https://github.com/pre-commit-ci))
21+
22+
### Contributors to this release
23+
24+
([GitHub contributors page for this release](https://github.com/ipython/comm/graphs/contributors?from=2023-11-06&to=2024-01-02&type=c))
25+
26+
[@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)
27+
28+
<!-- <END NEW CHANGELOG ENTRY> -->
29+
730
## 0.2.0
831

932
([Full Changelog](https://github.com/ipython/comm/compare/v0.1.4...5e4ad3166b80feba3f74ad074b7b5f98d7a99439))
@@ -23,8 +46,6 @@ All notable changes to this project will be documented in this file.
2346

2447
[@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)
2548

26-
<!-- <END NEW CHANGELOG ENTRY> -->
27-
2849
## 0.1.4
2950

3051
([Full Changelog](https://github.com/ipython/comm/compare/v0.1.3...136c099e4fb1cc83040661796ad7ea349af04be8))

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

0 commit comments

Comments
 (0)