From 3f03557f824ed75f20df3d14423ab0d2f6503f40 Mon Sep 17 00:00:00 2001 From: blink1073 Date: Thu, 12 Jan 2023 17:50:28 +0000 Subject: [PATCH] Publish 0.6.3 SHA256 hashes: jupyter_events-0.6.3-py3-none-any.whl: 57a2749f87ba387cd1bfd9b22a0875b889237dbf2edc2121ebb22bde47036c17 jupyter_events-0.6.3.tar.gz: 9a6e9995f75d1b7146b436ea24d696ce3a35bfa8bfe45e0c33c334c79464d0b3 --- CHANGELOG.md | 18 ++++++++++++++++-- jupyter_events/_version.py | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07302aa..0676bbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file. +## 0.6.3 + +([Full Changelog](https://github.com/jupyter/jupyter_events/compare/v0.6.2...ac65980322317f1f30bc07150c9e14afaad03d40)) + +### Maintenance and upkeep improvements + +- Clean up typing [#64](https://github.com/jupyter/jupyter_events/pull/64) ([@blink1073](https://github.com/blink1073)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyter/jupyter_events/graphs/contributors?from=2023-01-10&to=2023-01-12&type=c)) + +[@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Ablink1073+updated%3A2023-01-10..2023-01-12&type=Issues) + + + ## 0.6.2 ([Full Changelog](https://github.com/jupyter/jupyter_events/compare/v0.6.1...a00859944090df5277f263fcfe72ae48b8cc2382)) @@ -18,8 +34,6 @@ All notable changes to this project will be documented in this file. [@kevin-bates](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_events+involves%3Akevin-bates+updated%3A2023-01-10..2023-01-10&type=Issues) - - ## 0.6.1 ([Full Changelog](https://github.com/jupyter/jupyter_events/compare/v0.6.0...1aa57024d0a8c73b10d9944375f84c01ee9f5c33)) diff --git a/jupyter_events/_version.py b/jupyter_events/_version.py index 236d5fa..c040061 100644 --- a/jupyter_events/_version.py +++ b/jupyter_events/_version.py @@ -5,7 +5,7 @@ from typing import List # Version string must appear intact for hatch versioning -__version__ = "0.6.2" +__version__ = "0.6.3" # Build up version_info tuple for backwards compatibility pattern = r"(?P\d+).(?P\d+).(?P\d+)(?P.*)"