Skip to content

Commit 61b99d6

Browse files
committed
Publish 1.8.1
SHA256 hashes: jupyter_releaser-1.8.1-py3-none-any.whl: d556294d42cccc6a261b6c8409465b375a30a15b4cbb2aeb5ab70a2236d8955b jupyter_releaser-1.8.1.tar.gz: 64ef9eb2563c39ef94b1d7fe4d150c5abce00803fab59d3bbdb80c0c6b43c6ab
1 parent ba6e1a5 commit 61b99d6

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

CHANGELOG.md

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

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

5+
## 1.8.1
6+
7+
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...ba6e1a5170e41cc76e14d9ab77bb16b0d8fe6cda))
8+
9+
### Bugs fixed
10+
11+
- Normalise package name before comparison [#568](https://github.com/jupyter-server/jupyter_releaser/pull/568) ([@krassowski](https://github.com/krassowski))
12+
13+
### Maintenance and upkeep improvements
14+
15+
- Revert "Set all min deps" [#566](https://github.com/jupyter-server/jupyter_releaser/pull/566) ([@blink1073](https://github.com/blink1073))
16+
- Set all min deps [#565](https://github.com/jupyter-server/jupyter_releaser/pull/565) ([@blink1073](https://github.com/blink1073))
17+
18+
### Contributors to this release
19+
20+
([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_releaser/graphs/contributors?from=2024-03-25&to=2024-04-18&type=c))
21+
22+
[@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)
23+
24+
<!-- <END NEW CHANGELOG ENTRY> -->
25+
526
## 1.8.0
627

728
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...fcf07a4695f124af2d61817a9cfb3b38bcdef3f6))
@@ -25,8 +46,6 @@
2546

2647
[@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)
2748

28-
<!-- <END NEW CHANGELOG ENTRY> -->
29-
3049
## 1.7.0
3150

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

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

0 commit comments

Comments
 (0)