Skip to content

Commit e352ce3

Browse files
committed
Publish 1.1.0
SHA256 hashes: jupyter_releaser-1.1.0-py3-none-any.whl: 8016767aedd8eca5a4a87624c5ed6197688b029518d414944f183d30e421a7d7 jupyter_releaser-1.1.0.tar.gz: e8c83a73dff4829dcf16f26b6bd4ecfa952f0e231b380b2d6c4330783af1f606
1 parent 2072877 commit e352ce3

File tree

2 files changed

+27
-3
lines changed

2 files changed

+27
-3
lines changed

CHANGELOG.md

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

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

5+
## 1.1.0
6+
7+
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...2072877a9b442a4d3e13bcfde69f11eeee5de237))
8+
9+
### Enhancements made
10+
11+
- Add since_last_stable support in generate changelog [#482](https://github.com/jupyter-server/jupyter_releaser/pull/482) ([@blink1073](https://github.com/blink1073))
12+
- Add more default python dist checks [#481](https://github.com/jupyter-server/jupyter_releaser/pull/481) ([@blink1073](https://github.com/blink1073))
13+
14+
### Maintenance and upkeep improvements
15+
16+
- ci cleanup [#478](https://github.com/jupyter-server/jupyter_releaser/pull/478) ([@blink1073](https://github.com/blink1073))
17+
18+
### Documentation improvements
19+
20+
- Fix typo(?) 2 [#477](https://github.com/jupyter-server/jupyter_releaser/pull/477) ([@krassowski](https://github.com/krassowski))
21+
- Fix typo 1 [#476](https://github.com/jupyter-server/jupyter_releaser/pull/476) ([@krassowski](https://github.com/krassowski))
22+
23+
### Contributors to this release
24+
25+
([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_releaser/graphs/contributors?from=2022-12-12&to=2022-12-22&type=c))
26+
27+
[@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)
28+
29+
<!-- <END NEW CHANGELOG ENTRY> -->
30+
531
## 1.0.1
632

733
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...1638a079ee146dcae0ac2be755fa287d9cb70464))
@@ -27,8 +53,6 @@
2753

2854
[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Ablink1073+updated%3A2022-11-07..2022-12-12&type=Issues) | [@codecov](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Acodecov+updated%3A2022-11-07..2022-12-12&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Adependabot+updated%3A2022-11-07..2022-12-12&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Afcollonval+updated%3A2022-11-07..2022-12-12&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Ajtpio+updated%3A2022-11-07..2022-12-12&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Apre-commit-ci+updated%3A2022-11-07..2022-12-12&type=Issues)
2955

30-
<!-- <END NEW CHANGELOG ENTRY> -->
31-
3256
## 1.0.0
3357

3458
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v0.9.8...87903196bc2951c87f59882cac32c55579ea37f1))

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.1.0.dev0"
3+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)