Skip to content

Commit 7d0f31e

Browse files
committed
Publish 1.8.2
SHA256 hashes: jupyter_releaser-1.8.2-py3-none-any.whl: dcfb418b14663e17f05f38ccff6c3da83db7e7aa68d654e36b71cd7b0ded416c jupyter_releaser-1.8.2.tar.gz: 96b8316ef456c215f4956e94a82bb2ec18f41843dc8f75fecb6244ebb637cff0
1 parent 24ecdc0 commit 7d0f31e

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

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

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

5+
## 1.8.2
6+
7+
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...24ecdc098199ebbb59667fe009551ed425de08df))
8+
9+
### Bugs fixed
10+
11+
- Prepend tag with Python package name if multiple packages are defined [#570](https://github.com/jupyter-server/jupyter_releaser/pull/570) ([@krassowski](https://github.com/krassowski))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_releaser/graphs/contributors?from=2024-04-18&to=2024-04-22&type=c))
16+
17+
[@krassowski](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Akrassowski+updated%3A2024-04-18..2024-04-22&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 1.8.1
622

723
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...ba6e1a5170e41cc76e14d9ab77bb16b0d8fe6cda))
@@ -21,8 +37,6 @@
2137

2238
[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Ablink1073+updated%3A2024-03-25..2024-04-18&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Akrassowski+updated%3A2024-03-25..2024-04-18&type=Issues)
2339

24-
<!-- <END NEW CHANGELOG ENTRY> -->
25-
2640
## 1.8.0
2741

2842
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...fcf07a4695f124af2d61817a9cfb3b38bcdef3f6))

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

0 commit comments

Comments
 (0)