Skip to content

Commit ccacb97

Browse files
committed
Publish 1.8.3
SHA256 hashes: jupyter_releaser-1.8.3-py3-none-any.whl: 33cc56148808f46e8fd2497c7598ea32cb35b063742a72333e39f18fe30eeebe jupyter_releaser-1.8.3.tar.gz: 95cef015fd27448879a319feae7a9b6236e118dc0a9d9cc90f3332c583ddb269
1 parent f709700 commit ccacb97

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CHANGELOG.md

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

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

5+
## 1.8.3
6+
7+
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...f709700203f8b3f1398fd16189ee26cc48c53ea0))
8+
9+
### Bugs fixed
10+
11+
- Fix `maxsplit` usage [#572](https://github.com/jupyter-server/jupyter_releaser/pull/572) ([@krassowski](https://github.com/krassowski))
12+
13+
### Documentation improvements
14+
15+
- Improve documentation [#569](https://github.com/jupyter-server/jupyter_releaser/pull/569) ([@fcollonval](https://github.com/fcollonval))
16+
17+
### Contributors to this release
18+
19+
([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_releaser/graphs/contributors?from=2024-04-22&to=2024-04-23&type=c))
20+
21+
[@fcollonval](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Afcollonval+updated%3A2024-04-22..2024-04-23&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Akrassowski+updated%3A2024-04-22..2024-04-23&type=Issues)
22+
23+
<!-- <END NEW CHANGELOG ENTRY> -->
24+
525
## 1.8.2
626

727
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...24ecdc098199ebbb59667fe009551ed425de08df))
@@ -16,8 +36,6 @@
1636

1737
[@krassowski](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Akrassowski+updated%3A2024-04-18..2024-04-22&type=Issues)
1838

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2139
## 1.8.1
2240

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

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.9.0.dev0"
3+
__version__ = "1.8.3"

0 commit comments

Comments
 (0)