8000 Publish 1.0.0a2 · jupyter-server/jupyter_releaser@a5fc054 · GitHub
[go: up one dir, main page]

Skip to content

Commit a5fc054

Browse files
Publish 1.0.0a2
SHA256 hashes: jupyter_releaser-1.0.0a2-py3-none-any.whl: f585a286f30f42dc0ec256e13428a3be42c8b12bb0aa260e893dc10f9cbe5079 jupyter_releaser-1.0.0a2.tar.gz: 5979abe4a9ba0099f91596d13ccf24f29705b186ea7d73795f99e6956a06d782
1 parent e02f046 commit a5fc054

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

CHANGELOG.md

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

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

5+
## 1.0.0a2
6+
7+
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...e02f046e3426f3e667e03125beee6f92f0f59798))
8+
9+
### Enhancements made
10+
11+
- Better handling of git actor [#424](https://github.com/jupyter-server/jupyter_releaser/pull/424) ([@blink1073](https://github.com/blink1073))
12+
13+
### Bugs fixed
14+
15+
- Stop erroring on ensure_sha for now [#426](https://github.com/jupyter-server/jupyter_releaser/pull/426) ([@blink1073](https://github.com/blink1073))
16+
- Revert "Better handling of git actor" [#425](https://github.com/jupyter-server/jupyter_releaser/pull/425) ([@blink1073]( 8000 https://github.com/blink1073))
17+
18+
### Contributors to this release
19+
20+
([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_releaser/graphs/contributors?from=2022-10-05&to=2022-10-06&type=c))
21+
22+
[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Ablink1073+updated%3A2022-10-05..2022-10-06&type=Issues) | [@codecov-commenter](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Acodecov-commenter+updated%3A2022-10-05..2022-10-06&type=Issues)
23+
24+
<!-- <END NEW CHANGELOG ENTRY> -->
25+
526
## 1.0.0a1
627

728
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...2d957e05d510f5a707760141a9b18d63464f80cd))
@@ -20,8 +41,6 @@
2041

2142
[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Ablink1073+updated%3A2022-10-03..2022-10-05&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Apre-commit-ci+updated%3A2022-10-03..2022-10-05&type=Issues)
2243

23-
<!-- <END NEW CHANGELOG ENTRY> -->
24-
2544
## 1.0.0a0
2645

2746
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v1...aa1abbf0f1126aab3130fb0d9427425c85ecd468))

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.0a1"
3+
__version__ = "1.0.0a2"

0 commit comments

Comments
 (0)
0