Skip to content

Commit c97459f

Browse files
committed
Publish 1.6.0
SHA256 hashes: jupyter_releaser-1.6.0-py3-none-any.whl: 5b449ef96a64be1716be056833c58f8edc0c97d294a388bddc5beaab9a4c5cb7 jupyter_releaser-1.6.0.tar.gz: ddb0a207c1bb16895def5d8a3d2c32516df0da66227d682cc5413c40a3b20213
1 parent c7d48e9 commit c97459f

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

CHANGELOG.md

+24-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

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

5+
## 1.6.0
6+
7+
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...c7d48e961451524fdcf4dd1208c337d67ed2fbad))
8+
9+
### Enhancements made
10+
11+
- Allow customizing the shell for the action [#549](https://github.com/jupyter-server/jupyter_releaser/pull/549) ([@martinRenou](https://github.com/martinRenou))
12+
- Add trusted publishing and self release [#544](https://github.com/jupyter-server/jupyter_releaser/pull/544) ([@blink1073](https://github.com/blink1073))
13+
14+
### Maintenance and upkeep improvements
15+
16+
- Handle pandas deprecation warning [#548](https://github.com/jupyter-server/jupyter_releaser/pull/548) ([@blink1073](https://github.com/blink1073))
17+
- Bump the actions group with 1 update [#547](https://github.com/jupyter-server/jupyter_releaser/pull/547) ([@dependabot](https://github.com/dependabot))
18+
- chore: update pre-commit hooks [#546](https://github.com/jupyter-server/jupyter_releaser/pull/546) ([@pre-commit-ci](https://github.com/pre-commit-ci))
19+
- Update ruff config [#542](https://github.com/jupyter-server/jupyter_releaser/pull/542) ([@blink1073](https://github.com/blink1073))
20+
21+
### Contributors to this release
22+
23+
([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_releaser/graphs/contributors?from=2023-12-12&to=2024-01-24&type=c))
24+
25+
[@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)
26+
27+
<!-- <END NEW CHANGELOG ENTRY> -->
28+
529
## 1.5.1
630

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

2145
[@fcollonval](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Afcollonval+updated%3A2023-12-04..2023-12-12&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Apre-commit-ci+updated%3A2023-12-04..2023-12-12&type=Issues)
2246

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

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

jupyter_releaser/__init__.py

+1-1
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.6.0.dev0"
3+
__version__ = "1.6.0"

0 commit comments

Comments
 (0)