Skip to content

Commit d556afd

Browse files
committed
Publish 1.1.6
SHA256 hashes: jupyter_releaser-1.1.6-py3-none-any.whl: ac9ef9c7c4a5d7464b47cf8c44f11dad2ac33c1e79e5a777c33829e894905e80 jupyter_releaser-1.1.6.tar.gz: 69e8072038f501f723587aa80506807902fe2e42c17d2ad74ef27df9766657a9
1 parent 0b4c9cc commit d556afd

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

CHANGELOG.md

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

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

5+
## 1.1.6
6+
7+
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...0b4c9cc2b257e799794c6d02735b659da09e2336))
8+
9+
### Maintenance and upkeep improvements
10+
11+
- Pin ghapi [#512](https://github.com/jupyter-server/jupyter_releaser/pull/512) ([@blink1073](https://github.com/blink1073))
12+
- Use local coverage [#503](https://github.com/jupyter-server/jupyter_releaser/pull/503) ([@blink1073](https://github.com/blink1073))
13+
- Remove `target` from the example releaser workflows [#500](https://github.com/jupyter-server/jupyter_releaser/pull/500) ([@jtpio](https://github.com/jtpio))
14+
- Update ruff and address typing error [#498](https://github.com/jupyter-server/jupyter_releaser/pull/498) ([@blink1073](https://github.com/blink1073))
15+
- Add more linting [#492](https://github.com/jupyter-server/jupyter_releaser/pull/492) ([@blink1073](https://github.com/blink1073))
16+
17+
### Documentation improvements
18+
19+
- Add a Full Release workflow to the example workflows [#501](https://github.com/jupyter-server/jupyter_releaser/pull/501) ([@jtpio](https://github.com/jtpio))
20+
21+
### Contributors to this release
22+
23+
([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_releaser/graphs/contributors?from=2023-01-26&to=2023-06-19&type=c))
24+
25+
[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Ablink1073+updated%3A2023-01-26..2023-06-19&type=Issues) | [@codecov](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Acodecov+updated%3A2023-01-26..2023-06-19&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Ajtpio+updated%3A2023-01-26..2023-06-19&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Apre-commit-ci+updated%3A2023-01-26..2023-06-19&type=Issues)
26+
27+
<!-- <END NEW CHANGELOG ENTRY> -->
28+
529
## 1.1.5
630

731
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...2acb616f67cf9edc926bf5d877a434f59dbb0ee6))
@@ -16,8 +40,6 @@
1640

1741
[@brichet](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Abrichet+updated%3A2023-01-09..2023-01-26&type=Issues)
1842

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2143
## 1.1.4
2244

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

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

0 commit comments

Comments
 (0)