Skip to content

Commit 057b00a

Browse files
committed
Publish 0.2.3
SHA256 hashes: comm-0.2.3-py3-none-any.whl: c615d91d75f7f04f095b30d1c1711babd43bdc6419c1be9886a85f2f4e489417 comm-0.2.3.tar.gz: 2dc8048c10962d55d7ad693be1e7045d891b7ce8d999c97963a5e3e99c055971
1 parent ec3eb43 commit 057b00a

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.
44

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

7+
## 0.2.3
8+
9+
([Full Changelog](https://github.com/ipython/comm/compare/v0.2.2...ec3eb438c07314b47c057c1cc3ce5fe43c294e90))
10+
11+
### Merged PRs
12+
13+
- Remove `traitlets` dependency [#32](https://github.com/ipython/comm/pull/32) ([@davidbrochart](https://github.com/davidbrochart))
14+
- Add Security.md file. [#29](https://github.com/ipython/comm/pull/29) ([@Carreau](https://github.com/Carreau))
15+
- pre-commit updates and fixes [#28](https://github.com/ipython/comm/pull/28) ([@Carreau](https://github.com/Carreau))
16+
17+
### Contributors to this release
18+
19+
([GitHub contributors page for this release](https://github.com/ipython/comm/graphs/contributors?from=2024-03-12&to=2025-07-25&type=c))
20+
21+
[@Carreau](https://github.com/search?q=repo%3Aipython%2Fcomm+involves%3ACarreau+updated%3A2024-03-12..2025-07-25&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Aipython%2Fcomm+involves%3Adavidbrochart+updated%3A2024-03-12..2025-07-25&type=Issues)
22+
23+
<!-- <END NEW CHANGELOG ENTRY> -->
24+
725
## 0.2.2
826

927
([Full Changelog](https://github.com/ipython/comm/compare/v0.2.1...76149e7ee0f331772c964ae86cdb8bafebe6dfa2))
@@ -22,8 +40,6 @@ All notable changes to this project will be documented in this file.
2240

2341
[@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)
2442

25-
<!-- <END NEW CHANGELOG ENTRY> -->
26-
2743
## 0.2.1
2844

2945
([Full Changelog](https://github.com/ipython/comm/compare/v0.2.0...46e07dc298d19c1b7ade765d0a435f794e69a020))

comm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

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

17-
__version__ = "0.2.2"
17+
__version__ = "0.2.3"
1818
__all__ = [
1919
"__version__",
2020
"create_comm",

0 commit comments

Comments
 (0)