Skip to content

Commit 5e95c6a

Browse files
committed
Publish 1.8.6
SHA256 hashes: jupyter_releaser-1.8.6-py3-none-any.whl: 839a43754ff5c0a47325dbe8c027cdf7a49c55401776ef3ff17742b78251b374 jupyter_releaser-1.8.6.tar.gz: 14da52d2a5c4677107d7c929cbec266ec3ed8b75c5a71bbc19e4b5784027f690
1 parent b360d15 commit 5e95c6a

File tree

2 files changed

+27
-3
lines changed

2 files changed

+27
-3
lines changed

CHANGELOG.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 1.8.6
6+
7+
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...b360d155434dca633b8c4ed2f13ee2b4d3011f32))
8+
9+
### Enhancements made
10+
11+
- Check for `npm` error code 409 to skip previously published packages in private registries [#605](https://github.com/jupyter-server/jupyter_releaser/pull/605) ([@martenrichter](https://github.com/martenrichter))
12+
13+
### Bugs fixed
14+
15+
- Fix for displaying help for the `build_python` command [#601](https://github.com/jupyter-server/jupyter_releaser/pull/601) ([@rakhmaevao](https://github.com/rakhmaevao))
16+
17+
### Maintenance and upkeep improvements
18+
19+
- Require Python 3.9+, test on Python 3.9 and 3.13 [#609](https://github.com/jupyter-server/jupyter_releaser/pull/609) ([@krassowski](https://github.com/krassowski))
20+
- Replace `ubuntu-20.04` runners with `ubuntu-latest` [#608](https://github.com/jupyter-server/jupyter_releaser/pull/608) ([@krassowski](https://github.com/krassowski))
21+
- Pin to `click<8.2.0`, pin `pypiserver` based on the Python version [#607](https://github.com/jupyter-server/jupyter_releaser/pull/607) ([@jtpio](https://github.com/jtpio))
22+
23+
### Contributors to this release
24+
25+
([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_releaser/graphs/contributors?from=2024-11-26&to=2025-05-12&type=c))
26+
27+
[@jtpio](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Ajtpio+updated%3A2024-11-26..2025-05-12&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Akrassowski+updated%3A2024-11-26..2025-05-12&type=Issues) | [@martenrichter](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Amartenrichter+updated%3A2024-11-26..2025-05-12&type=Issues) | [@rakhmaevao](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Arakhmaevao+updated%3A2024-11-26..2025-05-12&type=Issues)
28+
29+
<!-- <END NEW CHANGELOG ENTRY> -->
30+
531
## 1.8.5
632

733
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...44e858497e4364a7546b7bd3cd08228b5563d027))
@@ -26,8 +52,6 @@
2652

2753
[@brichet](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Abrichet+updated%3A2024-07-04..2024-11-26&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Ajtpio+updated%3A2024-07-04..2024-11-26&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Akrassowski+updated%3A2024-07-04..2024-11-26&type=Issues)
2854

29-
<!-- <END NEW CHANGELOG ENTRY> -->
30-
3155
## 1.8.4
3256

3357
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...76ce4aa66e668f50b2f8eb4fe0a02a14659504fa))

jupyter_releaser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Copyright (c) Jupyter Development Team.
22
# Distributed under the terms of the Modified BSD License.
3-
__version__ = "1.9.0.dev0"
3+
__version__ = "1.8.6"

0 commit comments

Comments
 (0)