Skip to content

Commit 8679161

Browse files
committed
Publish 1.5.0
SHA256 hashes: jupyter_releaser-1.5.0-py3-none-any.whl: c9070d96a44bb251f98d783b97f450113ab4ff32ad2a5f298828db14d51d105f jupyter_releaser-1.5.0.tar.gz: e2c91d662d801ce7f9f1eb630025f05b40b56ff43598af2db4f6d4675f457ef8
1 parent fb156bc commit 8679161

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

CHANGELOG.md

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

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

5+
## 1.5.0
6+
7+
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...fb156bc1761e929e1571a4a85487eb06dce0e982))
8+
9+
### Bugs fixed
10+
11+
- Add test for repository.url [#539](https://github.com/jupyter-server/jupyter_releaser/pull/539) ([@fcollonval](https://github.com/fcollonval))
12+
- Remove unneeded token from workflow inputs [#538](https://github.com/jupyter-server/jupyter_releaser/pull/538) ([@fcollonval](https://github.com/fcollonval))
13+
- Fix required for target [#537](https://github.com/jupyter-server/jupyter_releaser/pull/537) ([@fcollonval](https://github.com/fcollonval))
14+
15+
### Contributors to this release
16+
17+
([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_releaser/graphs/contributors?from=2023-11-27&to=2023-12-04&type=c))
18+
19+
[@fcollonval](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Afcollonval+updated%3A2023-11-27..2023-12-04&type=Issues)
20+
21+
<!-- <END NEW CHANGELOG ENTRY> -->
22+
523
## 1.4.0
624

725
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...d77acfd4f8437095a766776e565d200db9f2a135))
@@ -23,8 +41,6 @@
2341

2442
[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Ablink1073+updated%3A2023-10-17..2023-11-27&type=Issues) | [@Carreau](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3ACarreau+updated%3A2023-10-17..2023-11-27&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Afcollonval+updated%3A2023-10-17..2023-11-27&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Akrassowski+updated%3A2023-10-17..2023-11-27&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Apre-commit-ci+updated%3A2023-10-17..2023-11-27&type=Issues)
2543

26-
<!-- <END NEW CHANGELOG ENTRY> -->
27-
2844
## 1.3.0
2945

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

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.5.0.dev0"
3+
__version__ = "1.5.0"

0 commit comments

Comments
 (0)