Skip to content

Commit 4db51ec

Browse files
committed
Publish 1.0.0a8
SHA256 hashes: jupyter_releaser-1.0.0a8-py3-none-any.whl: 53f2238f618a4eee6425de4a2e2459308ad9121d9e59edfcc46b99e47d7bc7eb jupyter_releaser-1.0.0a8.tar.gz: ec6722aec5375956fe9f51976ff40408bf9b9e4059e49a0542595cbf0293f084
1 parent dfe1c9f commit 4db51ec

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

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

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

5-
## 1.0.0a7
5+
## 1.0.0a8
66

7-
No merged PRs
7+
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...dfe1c9f37b303e740feec182df337c208997e2a8))
8+
9+
### Bugs fixed
10+
11+
- Fix handling of `GITHUB_OUTPUT` [#451](https://github.com/jupyter-server/jupyter_releaser/pull/451) ([@jtpio](https://github.com/jtpio))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_releaser/graphs/contributors?from=2022-10-19&to=2022-10-19&type=c))
16+
17+
[@jtpio](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Ajtpio+updated%3A2022-10-19..2022-10-19&type=Issues)
818

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

21+
## 1.0.0a7
22+
23+
No merged PRs
24+
1125
## 1.0.0a6
1226

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

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.0.0.dev0"
3+
__version__ = "1.0.0a8"

0 commit comments

Comments
 (0)