From 0e7762d9e0d4de240a4bdb349750c07d03d3d34f Mon Sep 17 00:00:00 2001 From: blink1073 Date: Tue, 17 Oct 2023 11:28:01 +0000 Subject: [PATCH] Publish 1.3.0 SHA256 hashes: jupyter_releaser-1.3.0-py3-none-any.whl: 679d58490e4cb4e16f9a27b72eefe985cc2cba2d54f7ceb3b10ceb53197254db jupyter_releaser-1.3.0.tar.gz: 90bcb0cf67e0be3843ae3131190fcb0a884ccbadb7b7e57d505e41b512deeea5 --- CHANGELOG.md | 25 +++++++++++++++++++++++-- jupyter_releaser/__init__.py | 2 +- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 911ca5fc..f76a116f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ +## 1.3.0 + +([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...be0c23e4d89944d8f48135ae536f3ede3378286a)) + +### Bugs fixed + +- Don't tag private package or pkg without version [#531](https://github.com/jupyter-server/jupyter_releaser/pull/531) ([@fcollonval](https://github.com/fcollonval)) +- Fix action url [#527](https://github.com/jupyter-server/jupyter_releaser/pull/527) ([@fcollonval](https://github.com/fcollonval)) +- Only run npm pack if there are public packages in workspace [#522](https://github.com/jupyter-server/jupyter_releaser/pull/522) ([@fcollonval](https://github.com/fcollonval)) + +### Maintenance and upkeep improvements + +- Bump actions/checkout from 3 to 4 [#524](https://github.com/jupyter-server/jupyter_releaser/pull/524) ([@dependabot](https://github.com/dependabot)) +- Fix click typing [#519](https://github.com/jupyter-server/jupyter_releaser/pull/519) ([@blink1073](https://github.com/blink1073)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_releaser/graphs/contributors?from=2023-07-10&to=2023-10-17&type=c)) + +[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Ablink1073+updated%3A2023-07-10..2023-10-17&type=Issues) | [@Carreau](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3ACarreau+updated%3A2023-07-10..2023-10-17&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Adependabot+updated%3A2023-07-10..2023-10-17&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Afcollonval+updated%3A2023-07-10..2023-10-17&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Ajtpio+updated%3A2023-07-10..2023-10-17&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Akrassowski+updated%3A2023-07-10..2023-10-17&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Apre-commit-ci+updated%3A2023-07-10..2023-10-17&type=Issues) + + + ## 1.2.1 ([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...0469672a12bfdcd2d1c7834e05a82aaeec59f103)) @@ -16,8 +39,6 @@ [@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Ablink1073+updated%3A2023-06-20..2023-07-10&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Apre-commit-ci+updated%3A2023-06-20..2023-07-10&type=Issues) - - ## 1.2.0 ([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...b1388d01b8d28ea077fab281bd78ecc1c9c18773)) diff --git a/jupyter_releaser/__init__.py b/jupyter_releaser/__init__.py index e230d639..5244810f 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.3.0.dev0" +__version__ = "1.3.0"