From b00b11d6593c1055a1892e0165467299b2cc71d7 Mon Sep 17 00:00:00 2001 From: blink1073 Date: Mon, 25 Mar 2024 12:33:38 +0000 Subject: [PATCH] Publish 1.8.0 SHA256 hashes: jupyter_releaser-1.8.0-py3-none-any.whl: 3ef4f2e5bfa7ffbd2fe9ffbe318efd29a68fbfbf062ebb750b0caafb3cf4cbc5 jupyter_releaser-1.8.0.tar.gz: d741ca7a3baec7221eb6482f63eccf73dd1f83b2889de985c2529c6b238ce4d3 --- CHANGELOG.md | 27 +++++++++++++++++++++++++-- jupyter_releaser/__init__.py | 2 +- 2 files changed, 26 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 196187bd..1433dd45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ +## 1.8.0 + +([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...fcf07a4695f124af2d61817a9cfb3b38bcdef3f6)) + +### Bugs fixed + +- Print out error for npm upload [#564](https://github.com/jupyter-server/jupyter_releaser/pull/564) ([@krassowski](https://github.com/krassowski)) +- Do not require admin for publish changelog action [#562](https://github.com/jupyter-server/jupyter_releaser/pull/562) ([@blink1073](https://github.com/blink1073)) + +### Maintenance and upkeep improvements + +- Remove unused input in prep release example [#560](https://github.com/jupyter-server/jupyter_releaser/pull/560) ([@blink1073](https://github.com/blink1073)) + +### Documentation improvements + +- Update Getting Started Guide [#561](https://github.com/jupyter-server/jupyter_releaser/pull/561) ([@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=2024-03-04&to=2024-03-25&type=c)) + +[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Ablink1073+updated%3A2024-03-04..2024-03-25&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Akrassowski+updated%3A2024-03-04..2024-03-25&type=Issues) + + + ## 1.7.0 ([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...a349a2057b04cf9e83a4df97fa7c13cd4f2a755d)) @@ -23,8 +48,6 @@ [@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Ablink1073+updated%3A2024-01-24..2024-03-04&type=Issues) | [@ElioDiNino](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3AElioDiNino+updated%3A2024-01-24..2024-03-04&type=Issues) | [@mahendrapaipuri](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Amahendrapaipuri+updated%3A2024-01-24..2024-03-04&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Apre-commit-ci+updated%3A2024-01-24..2024-03-04&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Awelcome+updated%3A2024-01-24..2024-03-04&type=Issues) - - ## 1.6.0 ([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...c7d48e961451524fdcf4dd1208c337d67ed2fbad)) diff --git a/jupyter_releaser/__init__.py b/jupyter_releaser/__init__.py index cca5caba..e16b9cc3 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.8.0.dev0" +__version__ = "1.8.0"