Skip to content

Commit b00b11d

Browse files
committed
Publish 1.8.0
SHA256 hashes: jupyter_releaser-1.8.0-py3-none-any.whl: 3ef4f2e5bfa7ffbd2fe9ffbe318efd29a68fbfbf062ebb750b0caafb3cf4cbc5 jupyter_releaser-1.8.0.tar.gz: d741ca7a3baec7221eb6482f63eccf73dd1f83b2889de985c2529c6b238ce4d3
1 parent fcf07a4 commit b00b11d

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

CHANGELOG.md

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

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

5+
## 1.8.0
6+
7+
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...fcf07a4695f124af2d61817a9cfb3b38bcdef3f6))
8+
9+
### Bugs fixed
10+
11+
- Print out error for npm upload [#564](https://github.com/jupyter-server/jupyter_releaser/pull/564) ([@krassowski](https://github.com/krassowski))
12+
- Do not require admin for publish changelog action [#562](https://github.com/jupyter-server/jupyter_releaser/pull/562) ([@blink1073](https://github.com/blink1073))
13+
14+
### Maintenance and upkeep improvements
15+
16+
- Remove unused input in prep release example [#560](https://github.com/jupyter-server/jupyter_releaser/pull/560) ([@blink1073](https://github.com/blink1073))
17+
18+
### Documentation improvements
19+
20+
- Update Getting Started Guide [#561](https://github.com/jupyter-server/jupyter_releaser/pull/561) ([@blink1073](https://github.com/blink1073))
21+
22+
### Contributors to this release
23+
24+
([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_releaser/graphs/contributors?from=2024-03-04&to=2024-03-25&type=c))
25+
26+
[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Ablink1073+updated%3A2024-03-04..2024-03-25&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Akrassowski+updated%3A2024-03-04..2024-03-25&type=Issues)
27+
28+
<!-- <END NEW CHANGELOG ENTRY> -->
29+
530
## 1.7.0
631

732
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...a349a2057b04cf9e83a4df97fa7c13cd4f2a755d))
@@ -23,8 +48,6 @@
2348

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

26-
<!-- <END NEW CHANGELOG ENTRY> -->
27-
2851
## 1.6.0
2952

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

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.8.0.dev0"
3+
__version__ = "1.8.0"

0 commit comments

Comments
 (0)