Skip to content

Commit 9c0ff46

Browse files
committed
Publish 1.1.1
SHA256 hashes: jupyter_releaser-1.1.1-py3-none-any.whl: 95ce554fc40f25c5a8f12f78fea0c58fb5dee17c477cf216c349cc6b7a8a3504 jupyter_releaser-1.1.1.tar.gz: cbc4d7b47352aad4c16eadcd72418fb4929b81836a985f75c2c4fb31e0ef7ac1
1 parent 68a1d89 commit 9c0ff46

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,6 +2,22 @@
22

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

5+
## 1.1.1
6+
7+
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...68a1d895cda505711ae6fd81362471aa80d5dc67))
8+
9+
### Bugs fixed
10+
11+
- Use pyproject.toml for config in check-wheel-contents [#483](https://github.com/jupyter-server/jupyter_releaser/pull/483) ([@blink1073](https://github.com/blink1073))
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-12-22&to=2022-12-22&type=c))
16+
17+
[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Ablink1073+updated%3A2022-12-22..2022-12-22&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 1.1.0
622

723
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...2072877a9b442a4d3e13bcfde69f11eeee5de237))
@@ -26,8 +42,6 @@
2642

2743
[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Ablink1073+updated%3A2022-12-12..2022-12-22&type=Issues) | [@codecov](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Acodecov+updated%3A2022-12-12..2022-12-22&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Akrassowski+updated%3A2022-12-12..2022-12-22&type=Issues)
2844

29-
<!-- <END NEW CHANGELOG ENTRY> -->
30-
3145
## 1.0.1
3246

3347
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...1638a079ee146dcae0ac2be755fa287d9cb70464))

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.2.0.dev0"
3+
__version__ = "1.1.1"

0 commit comments

Comments
 (0)