From 28cf3591ca586aa48d1bbe118276fc5609034218 Mon Sep 17 00:00:00 2001 From: blink1073 Date: Tue, 29 Nov 2022 02:09:31 +0000 Subject: [PATCH] Publish 0.19.4 SHA256 hashes: foobar-0.19.4-py2.py3-none-any.whl: f8704e4913896fca286d65521af4c018b9712625229cce997e6b77982fb23275 foobar-0.19.4.tar.gz: 1071fc8f4389420154191e50cc39826b2e128e83f60f9e85febf86b24b9114c9 --- CHANGELOG.md | 20 ++++++++++++++++++-- package.json | 2 +- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b985b1..8cc00f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ +## 0.19.4 + +([Full Changelog](https://github.com/jupyterlab/maintainer-tools/compare/v1...3fb4e48adfbf795e2d25730346cfb5a292a005aa)) + +### Bugs fixed + +- Clean up create constraints [#159](https://github.com/jupyterlab/maintainer-tools/pull/159) ([@blink1073](https://github.com/blink1073)) + +### Maintenance and upkeep improvements + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab/maintainer-tools/graphs/contributors?from=2022-11-28&to=2022-11-29&type=c)) + +[@blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fmaintainer-tools+involves%3Ablink1073+updated%3A2022-11-28..2022-11-29&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyterlab%2Fmaintainer-tools+involves%3Apre-commit-ci+updated%3A2022-11-28..2022-11-29&type=Issues) + + + ## 0.19.3 ([Full Changelog](https://github.com/jupyterlab/maintainer-tools/compare/v1...6353c4434f3720da3fe8d348fb43a43520129e1b)) @@ -16,8 +34,6 @@ [@blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fmaintainer-tools+involves%3Ablink1073+updated%3A2022-11-25..2022-11-28&type=Issues) - - ## 0.19.2 ([Full Changelog](https://github.com/jupyterlab/maintainer-tools/compare/v1...e1ee2f7ef2eed31ae47496b97be7183339c0b5d5)) diff --git a/package.json b/package.json index 9308274..4fcc352 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "@jupyterlab/maintainer-tools", - "version": "0.19.3", + "version": "0.19.4", "private": true }