From 8e17c2d7e4c886a75685a7a1f609b4b5201fc9c6 Mon Sep 17 00:00:00 2001 From: blink1073 Date: Wed, 3 Apr 2024 16:31:17 +0000 Subject: [PATCH] Publish 0.25.3 SHA256 hashes: foobar-0.25.3-py3-none-any.whl: 86dbc5900aea72a58a883c00c5c98953f090c573a1ba999fa5c7697322b7deeb foobar-0.25.3.tar.gz: 675cc847de39508d575aa8a8fa858e1dec5bc7a4b544ec5bfa65d71a86a07b84 --- CHANGELOG.md | 18 ++++++++++++++++-- package.json | 6 +++--- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1854d31..1f78afa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## 0.25.3 + +([Full Changelog](https://github.com/jupyterlab/maintainer-tools/compare/v1...1a96514539154d427119253baa7d544ab8ca159b)) + +### Bugs fixed + +- Do not try and handle deps on Windows [#229](https://github.com/jupyterlab/maintainer-tools/pull/229) ([@blink1073](https://github.com/blink1073)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyterlab/maintainer-tools/graphs/contributors?from=2024-04-03&to=2024-04-03&type=c)) + +[@blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fmaintainer-tools+involves%3Ablink1073+updated%3A2024-04-03..2024-04-03&type=Issues) + + + ## 0.25.1 ([Full Changelog](https://github.com/jupyterlab/maintainer-tools/compare/v1...e3d421997a2f6526351a0f889b05f185781575b9)) @@ -24,8 +40,6 @@ [@blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fmaintainer-tools+involves%3Ablink1073+updated%3A2024-03-19..2024-04-03&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fmaintainer-tools+involves%3Ajtpio+updated%3A2024-03-19..2024-04-03&type=Issues) - - ## 0.25.0 ([Full Changelog](https://github.com/jupyterlab/maintainer-tools/compare/v0.24.5...65217969bdcabf66d2387b4c65d78edaddb8a05c)) diff --git a/package.json b/package.json index 8b1266d..698ba24 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@jupyterlab/maintainer-tools", - "version": "0.25.2", - "private": true + "name": "@jupyterlab/maintainer-tools", + "version": "0.25.3", + "private": true }