Skip to content

Commit 234c93d

Browse files
committed
Publish 0.1.4
SHA256 hashes: comm-0.1.4-py3-none-any.whl: 6d52794cba11b36ed9860999cd10fd02d6b2eac177068fdd585e1e2f8a96e67a comm-0.1.4.tar.gz: 354e40a59c9dd6db50c5cc6b4acc887d82e9603787f83b68c01a80a923984d15
1 parent 136c099 commit 234c93d

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

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

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

7+
## 0.1.4
8+
9+
([Full Changelog](https://github.com/ipython/comm/compare/v0.1.3...136c099e4fb1cc83040661796ad7ea349af04be8))
10+
11+
### Improvements
12+
13+
- Loosen dependency on traitlet so it is available in python 3.6 [#16](https://github.com/ipython/comm/pull/16) ([@vincent-grosbois](https://github.com/vincent-grosbois))
14+
15+
### Contributors to this release
16+
17+
([GitHub contributors page for this release](https://github.com/ipython/comm/graphs/contributors?from=2023-03-22&to=2023-08-02&type=c))
18+
19+
[@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)
20+
21+
<!-- <END NEW CHANGELOG ENTRY> -->
22+
723
## 0.1.3
824

925
([Full Changelog](https://github.com/ipython/comm/compare/0.1.2...309b8295ca950a9ca9bdc0daa796215d72a7cb09))
@@ -22,8 +38,6 @@ All notable changes to this project will be documented in this file.
2238

2339
[@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)
2440

25-
<!-- <END NEW CHANGELOG ENTRY> -->
26-
2741
## 0.1.2
2842

2943
Initial release

comm/__init__.py

Lines changed: 1 addition & 1 deletion
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.3"
13+
__version__ = "0.1.4"
1414
__all__ = [
1515
"create_comm",
1616
"get_comm_manager",

0 commit comments

Comments
 (0)