Skip to content

Commit

Permalink
Publish 1.8.4
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyter_releaser-1.8.4-py3-none-any.whl: 311be43ad4773883ab2a7d06bc888c7989b729a22f7d3dfae41c7606c7d005c3

jupyter_releaser-1.8.4.tar.gz: 36a4960564e1a4598d5d857e79bc53006a5e4810b62dd0dedb1fd14eab80d4fc
  • Loading branch information
blink1073 committed Jul 4, 2024
1 parent 76ce4aa commit da45ded
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
26 changes: 24 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

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

## 1.8.4

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

### Bugs fixed

- Fix handling of workflow branch [#581](https://github.com/jupyter-server/jupyter_releaser/pull/581) ([@blink1073](https://github.com/blink1073))

### Maintenance and upkeep improvements

- Fix docs and lint [#577](https://github.com/jupyter-server/jupyter_releaser/pull/577) ([@blink1073](https://github.com/blink1073))

### Documentation improvements

- Remove the GitHub access token prerequisite [#573](https://github.com/jupyter-server/jupyter_releaser/pull/573) ([@fcollonval](https://github.com/fcollonval))

### Contributors to this release

([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))

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

<!-- <END NEW CHANGELOG ENTRY> -->

## 1.8.3

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

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

<!-- <END NEW CHANGELOG ENTRY> -->

## 1.8.2

([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...24ecdc098199ebbb59667fe009551ed425de08df))
Expand Down
2 changes: 1 addition & 1 deletion jupyter_releaser/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
__version__ = "1.9.0.dev0"
__version__ = "1.8.4"

0 comments on commit da45ded

Please sign in to comment.