Skip to content

Commit

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

jupyter_releaser-1.7.0-py3-none-any.whl: 735f6e8f251258338128a09d166ed5af350ef8a4917fceef5ca29cc7510dadaf

jupyter_releaser-1.7.0.tar.gz: f26fc3730dc1b4cf618f83702a5f95fd606879e409f263fdb29a6b3918e0b9e5
  • Loading branch information
blink1073 committed Mar 4, 2024
1 parent a349a20 commit b3a1c9b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
25 changes: 23 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

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

## 1.7.0

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

### Enhancements made

- Add ability to disable admin user check via flag [#559](https://github.com/jupyter-server/jupyter_releaser/pull/559) ([@ElioDiNino](https://github.com/ElioDiNino))
- Emit a warning when uploading is skipped [#558](https://github.com/jupyter-server/jupyter_releaser/pull/558) ([@mahendrapaipuri](https://github.com/mahendrapaipuri))
- Remove the need for an ADMIN_GITHUB_TOKEN [#557](https://github.com/jupyter-server/jupyter_releaser/pull/557) ([@blink1073](https://github.com/blink1073))

### Maintenance and upkeep improvements

- Fix install releaser step [#553](https://github.com/jupyter-server/jupyter_releaser/pull/553) ([@blink1073](https://github.com/blink1073))
- chore: update pre-commit hooks [#551](https://github.com/jupyter-server/jupyter_releaser/pull/551) ([@pre-commit-ci](https://github.com/pre-commit-ci))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_releaser/graphs/contributors?from=2024-01-24&to=2024-03-04&type=c))

[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Ablink1073+updated%3A2024-01-24..2024-03-04&type=Issues) | [@ElioDiNino](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3AElioDiNino+updated%3A2024-01-24..2024-03-04&type=Issues) | [@mahendrapaipuri](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Amahendrapaipuri+updated%3A2024-01-24..2024-03-04&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Apre-commit-ci+updated%3A2024-01-24..2024-03-04&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Awelcome+updated%3A2024-01-24..2024-03-04&type=Issues)

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

## 1.6.0

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

[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Ablink1073+updated%3A2023-12-12..2024-01-24&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Adependabot+updated%3A2023-12-12..2024-01-24&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Afcollonval+updated%3A2023-12-12..2024-01-24&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Ajtpio+updated%3A2023-12-12..2024-01-24&type=Issues) | [@martinRenou](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3AmartinRenou+updated%3A2023-12-12..2024-01-24&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Apre-commit-ci+updated%3A2023-12-12..2024-01-24&type=Issues)

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

## 1.5.1

([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...f575e618a0d0fbfbf1da9b407ee201886a1982fa))
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.7.0.dev0"
__version__ = "1.7.0"

0 comments on commit b3a1c9b

Please sign in to comment.