From 205b8f3ba9f277b532bf9df8aa3c44f36020650a Mon Sep 17 00:00:00 2001 From: blink1073 Date: Mon, 6 Nov 2023 12:37:54 +0000 Subject: [PATCH] Publish 0.2.0 SHA256 hashes: comm-0.2.0-py3-none-any.whl: 2da8d9ebb8dd7bfc247adaff99f24dce705638a8042b85cb995066793e391001 comm-0.2.0.tar.gz: a517ea2ca28931c7007a7a99c562a0fa5883cfb48963140cf642c41c948498be --- CHANGELOG.md | 23 +++++++++++++++++++++-- comm/__init__.py | 2 +- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 978b995..aecb9fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,27 @@ All notable changes to this project will be documented in this file. +## 0.2.0 + +([Full Changelog](https://github.com/ipython/comm/compare/v0.1.4...5e4ad3166b80feba3f74ad074b7b5f98d7a99439)) + +### Maintenance and upkeep improvements + +- Add downstream checks [#20](https://github.com/ipython/comm/pull/20) ([@blink1073](https://github.com/blink1073)) +- Adopt sp-repo-review [#19](https://github.com/ipython/comm/pull/19) ([@blink1073](https://github.com/blink1073)) + +### Other merged PRs + +- Bump actions/checkout from 3 to 4 [#17](https://github.com/ipython/comm/pull/17) ([@dependabot](https://github.com/dependabot)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/ipython/comm/graphs/contributors?from=2023-08-02&to=2023-11-06&type=c)) + +[@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) + + + ## 0.1.4 ([Full Changelog](https://github.com/ipython/comm/compare/v0.1.3...136c099e4fb1cc83040661796ad7ea349af04be8)) @@ -18,8 +39,6 @@ All notable changes to this project will be documented in this file. [@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) - - ## 0.1.3 ([Full Changelog](https://github.com/ipython/comm/compare/0.1.2...309b8295ca950a9ca9bdc0daa796215d72a7cb09)) diff --git a/comm/__init__.py b/comm/__init__.py index d85a8c8..b315ecf 100644 --- a/comm/__init__.py +++ b/comm/__init__.py @@ -13,7 +13,7 @@ from .base_comm import BaseComm, BuffersType, CommManager, MaybeDict -__version__ = "0.1.4" +__version__ = "0.2.0" __all__ = [ "create_comm", "get_comm_manager",