Skip to content

Commit da45ded

Browse files
committed
Publish 1.8.4
SHA256 hashes: jupyter_releaser-1.8.4-py3-none-any.whl: 311be43ad4773883ab2a7d06bc888c7989b729a22f7d3dfae41c7606c7d005c3 jupyter_releaser-1.8.4.tar.gz: 36a4960564e1a4598d5d857e79bc53006a5e4810b62dd0dedb1fd14eab80d4fc
1 parent 76ce4aa commit da45ded

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

CHANGELOG.md

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

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

5+
## 1.8.4
6+
7+
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...76ce4aa66e668f50b2f8eb4fe0a02a14659504fa))
8+
9+
### Bugs fixed
10+
11+
- Fix handling of workflow branch [#581](https://github.com/jupyter-server/jupyter_releaser/pull/581) ([@blink1073](https://github.com/blink1073))
12+
13+
### Maintenance and upkeep improvements
14+
15+
- Fix docs and lint [#577](https://github.com/jupyter-server/jupyter_releaser/pull/577) ([@blink1073](https://github.com/blink1073))
16+
17+
### Documentation improvements
18+
19+
- Remove the GitHub access token prerequisite [#573](https://github.com/jupyter-server/jupyter_releaser/pull/573) ([@fcollonval](https://github.com/fcollonval))
20+
21+
### Contributors to this release
22+
23+
([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_releaser/graphs/contributors?from=2024-04-23&to=2024-07-04&type=c))
24+
25+
[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Ablink1073+updated%3A2024-04-23..2024-07-04&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Afcollonval+updated%3A2024-04-23..2024-07-04&type=Issues)
26+
27+
<!-- <END NEW CHANGELOG ENTRY> -->
28+
529
## 1.8.3
630

731
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...f709700203f8b3f1398fd16189ee26cc48c53ea0))
@@ -20,8 +44,6 @@
2044

2145
[@fcollonval](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Afcollonval+updated%3A2024-04-22..2024-04-23&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Akrassowski+updated%3A2024-04-22..2024-04-23&type=Issues)
2246

23-
<!-- <END NEW CHANGELOG ENTRY> -->
24-
2547
## 1.8.2
2648

2749
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...24ecdc098199ebbb59667fe009551ed425de08df))

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

0 commit comments

Comments
 (0)