From 05257b90af17504a5818ddf7f7f0ee1830b69f49 Mon Sep 17 00:00:00 2001 From: blink1073 Date: Thu, 25 May 2023 17:24:10 +0000 Subject: [PATCH] Publish 0.23.2 SHA256 hashes: foobar-0.23.2-py2.py3-none-any.whl: 7cdd7a2cb54ba0f02066b00afa1bfa76ec34b5c6d4c10347f80756194961d322 foobar-0.23.2.tar.gz: df7437fc016b0046199c63352c65c5fbdd51da430d6123543c7fc043f72d94a9 --- CHANGELOG.md | 18 ++++++++++++++++-- package.json | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c58473..5394705 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## 0.23.2 + +([Full Changelog](https://github.com/jupyterlab/maintainer-tools/compare/v1...b780ea92159db44b7393497c8994362fe36c17c5)) + +### Maintenance and upkeep improvements + +- Allow pip list to fail [#197](https://github.com/jupyterlab/maintainer-tools/pull/197) ([@blink1073](https://github.com/blink1073)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab/maintainer-tools/graphs/contributors?from=2023-05-25&to=2023-05-25&type=c)) + +[@blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fmaintainer-tools+involves%3Ablink1073+updated%3A2023-05-25..2023-05-25&type=Issues) + + + ## 0.23.1 ([Full Changelog](https://github.com/jupyterlab/maintainer-tools/compare/v1...043b8763749e2b8111598361771a9223a9ae5724)) @@ -18,8 +34,6 @@ [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fmaintainer-tools+involves%3Ajtpio+updated%3A2023-04-17..2023-05-25&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyterlab%2Fmaintainer-tools+involves%3Apre-commit-ci+updated%3A2023-04-17..2023-05-25&type=Issues) - - ## 0.23.0 ([Full Changelog](https://github.com/jupyterlab/maintainer-tools/compare/v1...91d1deb06f85c09906f44ddcfa60ce660a929569)) diff --git a/package.json b/package.json index 6163ba3..1856f6d 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "@jupyterlab/maintainer-tools", - "version": "0.23.1", + "version": "0.23.2", "private": true }