Skip to content

Commit 79e0417

Browse files
committed
Publish 1.9.0
SHA256 hashes: jupyter_releaser-1.9.0-py3-none-any.whl: e43d4014200cf179c5f91027945b26c4abd5f673dcf189a5c748f2dde54a7bc7 jupyter_releaser-1.9.0.tar.gz: 665f5981f3c67be177fbb790aad22c807a2272e801ec223796fcc3f9b1bf62db
1 parent 6d5afd6 commit 79e0417

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

CHANGELOG.md

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

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

5+
## 1.9.0
6+
7+
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...6d5afd62cca2512de516f05bf734645c0dc728e2))
8+
9+
### Maintenance and upkeep improvements
10+
11+
- Ignore `HATCH_ENV` env var when running the tests [#624](https://github.com/jupyter-server/jupyter_releaser/pull/624) ([@jtpio](https://github.com/jtpio))
12+
- Pin to `pypiserver==2.3.2` [#619](https://github.com/jupyter-server/jupyter_releaser/pull/619) ([@jtpio](https://github.com/jtpio))
13+
- Support npm 11 [#618](https://github.com/jupyter-server/jupyter_releaser/pull/618) ([@jtpio](https://github.com/jtpio))
14+
15+
### Contributors to this release
16+
17+
([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_releaser/graphs/contributors?from=2025-05-12&to=2025-12-01&type=c))
18+
19+
[@jtpio](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Ajtpio+updated%3A2025-05-12..2025-12-01&type=Issues)
20+
21+
<!-- <END NEW CHANGELOG ENTRY> -->
22+
523
## 1.8.6
624

725
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...b360d155434dca633b8c4ed2f13ee2b4d3011f32))
@@ -26,8 +44,6 @@
2644

2745
[@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)
2846

29-
<!-- <END NEW CHANGELOG ENTRY> -->
30-
3147
## 1.8.5
3248

3349
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...44e858497e4364a7546b7bd3cd08228b5563d027))

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.9.0"

0 commit comments

Comments
 (0)