From 7a6d0a0294ce3ac3fc9f218e363157cd78d7e468 Mon Sep 17 00:00:00 2001 From: blink1073 Date: Tue, 12 Dec 2023 20:32:26 +0000 Subject: [PATCH] Publish 1.5.1 SHA256 hashes: jupyter_releaser-1.5.1-py3-none-any.whl: 8ebef7c3e8d7423be06f719a2e9fa147a826747aed865021d5d5a1424e56b4ed jupyter_releaser-1.5.1.tar.gz: 23f7ca1acbdbfc796eb9d8078999e2b0a02739223da85d0b4b72adf820eff13a --- CHANGELOG.md | 22 ++++++++++++++++++++-- jupyter_releaser/__init__.py | 2 +- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 323fff1a..58aa6d82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ +## 1.5.1 + +([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...f575e618a0d0fbfbf1da9b407ee201886a1982fa)) + +### Bugs fixed + +- Fix string repository [#541](https://github.com/jupyter-server/jupyter_releaser/pull/541) ([@fcollonval](https://github.com/fcollonval)) + +### Maintenance and upkeep improvements + +- chore: update pre-commit hooks [#540](https://github.com/jupyter-server/jupyter_releaser/pull/540) ([@pre-commit-ci](https://github.com/pre-commit-ci)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_releaser/graphs/contributors?from=2023-12-04&to=2023-12-12&type=c)) + +[@fcollonval](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Afcollonval+updated%3A2023-12-04..2023-12-12&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Apre-commit-ci+updated%3A2023-12-04..2023-12-12&type=Issues) + + + ## 1.5.0 ([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...fb156bc1761e929e1571a4a85487eb06dce0e982)) @@ -18,8 +38,6 @@ [@fcollonval](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Afcollonval+updated%3A2023-11-27..2023-12-04&type=Issues) - - ## 1.4.0 ([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...d77acfd4f8437095a766776e565d200db9f2a135)) diff --git a/jupyter_releaser/__init__.py b/jupyter_releaser/__init__.py index 7da41e09..9f217e17 100644 --- a/jupyter_releaser/__init__.py +++ b/jupyter_releaser/__init__.py @@ -1,3 +1,3 @@ # Copyright (c) Jupyter Development Team. # Distributed under the terms of the Modified BSD License. -__version__ = "1.6.0.dev0" +__version__ = "1.5.1"