Skip to content

Commit 4167a1f

Browse files
committed
Publish 1.1.3
SHA256 hashes: jupyter_releaser-1.1.3-py3-none-any.whl: 9465421d7e45c3de869c4178c0ea7cec71b16c3cc989dfaebd33933571c97a76 jupyter_releaser-1.1.3.tar.gz: f9c51b421f842508c3850015f17a2d1224e243424035290ca49af423afe2247c
1 parent 872a0b9 commit 4167a1f

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.3
6+
7+
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...872a0b9357b03a7ebf804a65250aa616e91d7178))
8+
9+
### Maintenance and upkeep improvements
10+
11+
- Remove CLI option ignore for check-wheel-contents [#487](https://github.com/jupyter-server/jupyter_releaser/pull/487) ([@fcollonval](https://github.com/fcollonval))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_releaser/graphs/contributors?from=2023-01-03&to=2023-01-03&type=c))
16+
17+
[@fcollonval](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Afcollonval+updated%3A2023-01-03..2023-01-03&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 1.1.2
622

723
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...38a6f3bf55afba6afd8df11f196bc9b1c61a65e8))
@@ -21,8 +37,6 @@
2137

2238
[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Ablink1073+updated%3A2022-12-22..2023-01-03&type=Issues) | [@codecov](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Acodecov+updated%3A2022-12-22..2023-01-03&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Akrassowski+updated%3A2022-12-22..2023-01-03&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Apre-commit-ci+updated%3A2022-12-22..2023-01-03&type=Issues)
2339

24-
<!-- <END NEW CHANGELOG ENTRY> -->
25-
2640
## 1.1.1
2741

2842
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...68a1d895cda505711ae6fd81362471aa80d5dc67))

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.3"

0 commit comments

Comments
 (0)