Skip to content

Commit 7a6d0a0

Browse files
committed
Publish 1.5.1
SHA256 hashes: jupyter_releaser-1.5.1-py3-none-any.whl: 8ebef7c3e8d7423be06f719a2e9fa147a826747aed865021d5d5a1424e56b4ed jupyter_releaser-1.5.1.tar.gz: 23f7ca1acbdbfc796eb9d8078999e2b0a02739223da85d0b4b72adf820eff13a
1 parent f575e61 commit 7a6d0a0

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CHANGELOG.md

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

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

5+
## 1.5.1
6+
7+
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...f575e618a0d0fbfbf1da9b407ee201886a1982fa))
8+
9+
### Bugs fixed
10+
11+
- Fix string repository [#541](https://github.com/jupyter-server/jupyter_releaser/pull/541) ([@fcollonval](https://github.com/fcollonval))
12+
13+
### Maintenance and upkeep improvements
14+
15+
- chore: update pre-commit hooks [#540](https://github.com/jupyter-server/jupyter_releaser/pull/540) ([@pre-commit-ci](https://github.com/pre-commit-ci))
16+
17+
### Contributors to this release
18+
19+
([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_releaser/graphs/contributors?from=2023-12-04&to=2023-12-12&type=c))
20+
21+
[@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)
22+
23+
<!-- <END NEW CHANGELOG ENTRY> -->
24+
525
## 1.5.0
626

727
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...fb156bc1761e929e1571a4a85487eb06dce0e982))
@@ -18,8 +38,6 @@
1838

1939
[@fcollonval](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Afcollonval+updated%3A2023-11-27..2023-12-04&type=Issues)
2040

21-
<!-- <END NEW CHANGELOG ENTRY> -->
22-
2341
## 1.4.0
2442

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

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

0 commit comments

Comments
 (0)