Skip to content

Commit

Permalink
Publish 0.1.4
Browse files Browse the repository at this point in the history
SHA256 hashes:

comm-0.1.4-py3-none-any.whl: 6d52794cba11b36ed9860999cd10fd02d6b2eac177068fdd585e1e2f8a96e67a

comm-0.1.4.tar.gz: 354e40a59c9dd6db50c5cc6b4acc887d82e9603787f83b68c01a80a923984d15
  • Loading branch information
martinRenou committed Aug 2, 2023
1 parent 136c099 commit 234c93d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.

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

## 0.1.4

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

### Improvements

- 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))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/ipython/comm/graphs/contributors?from=2023-03-22&to=2023-08-02&type=c))

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

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.1.3

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

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

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.1.2

Initial release
2 changes: 1 addition & 1 deletion comm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

from .base_comm import BaseComm, CommManager

__version__ = "0.1.3"
__version__ = "0.1.4"
__all__ = [
"create_comm",
"get_comm_manager",
Expand Down

0 comments on commit 234c93d

Please sign in to comment.