Skip to content

Commit 8df949a

Browse files
committed
Publish 1.1.2
SHA256 hashes: jupyter_releaser-1.1.2-py3-none-any.whl: 69ad81735446a9750fdcf69550df130fdac9cdd64d94c598a445a4406052e01e jupyter_releaser-1.1.2.tar.gz: ab39fc2ad2103a14949e2352943fdb9dad3bd4187ba0882c6e07de645726c1ed
1 parent 38a6f3b commit 8df949a

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.1.2
6+
7+
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...38a6f3bf55afba6afd8df11f196bc9b1c61a65e8))
8+
9+
### Maintenance and upkeep improvements
10+
11+
- Sync lint deps [#488](https://github.com/jupyter-server/jupyter_releaser/pull/488) ([@blink1073](https://github.com/blink1073))
12+
- Add spell checking and enforce docstrings [#484](https://github.com/jupyter-server/jupyter_releaser/pull/484) ([@blink1073](https://github.com/blink1073))
13+
14+
### Documentation improvements
15+
16+
- Enable tasklist myst extension [#485](https://github.com/jupyter-server/jupyter_releaser/pull/485) ([@krassowski](https://github.com/krassowski))
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-12-22&to=2023-01-03&type=c))
21+
22+
[@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)
23+
24+
<!-- <END NEW CHANGELOG ENTRY> -->
25+
526
## 1.1.1
627

728
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...68a1d895cda505711ae6fd81362471aa80d5dc67))
@@ -16,8 +37,6 @@
1637

1738
[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Ablink1073+updated%3A2022-12-22..2022-12-22&type=Issues)
1839

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2140
## 1.1.0
2241

2342
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...2072877a9b442a4d3e13bcfde69f11eeee5de237))

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

0 commit comments

Comments
 (0)