Skip to content

Commit 049f1d3

Browse files
committed
Publish 1.8.5
SHA256 hashes: jupyter_releaser-1.8.5-py3-none-any.whl: 1c1c9f6e4397b22f6988ac9c272e38962af664649092fc736ec3c0dc194ac990 jupyter_releaser-1.8.5.tar.gz: 26eb3b83096be1dd8b1e5a2c2eff0d0735470a27903933a24a12e89844743261
1 parent 44e8584 commit 049f1d3

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.8.5
6+
7+
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...44e858497e4364a7546b7bd3cd08228b5563d027))
8+
9+
### Maintenance and upkeep improvements
10+
11+
- Fix "test minimum versions" job [#597](https://github.com/jupyter-server/jupyter_releaser/pull/597) ([@krassowski](https://github.com/krassowski))
12+
- Pin `pypiserver` to v2.2.0 [#596](https://github.com/jupyter-server/jupyter_releaser/pull/596) ([@krassowski](https://github.com/krassowski))
13+
14+
### Documentation improvements
15+
16+
- Add link to the blog post to the documentation [#591](https://github.com/jupyter-server/jupyter_releaser/pull/591) ([@jtpio](https://github.com/jtpio))
17+
- Add FAQ section about publish to `npm` only [#590](https://github.com/jupyter-server/jupyter_releaser/pull/590) ([@jtpio](https://github.com/jtpio))
18+
- Add link to GitHub repo in docs navbar [#589](https://github.com/jupyter-server/jupyter_releaser/pull/589) ([@krassowski](https://github.com/krassowski))
19+
- Add more content to the FAQ [#588](https://github.com/jupyter-server/jupyter_releaser/pull/588) ([@jtpio](https://github.com/jtpio))
20+
- Add `hatch` scripts to build, serve and watch the docs + docs improvements [#587](https://github.com/jupyter-server/jupyter_releaser/pull/587) ([@jtpio](https://github.com/jtpio))
21+
- Fix code indentation in README.md [#586](https://github.com/jupyter-server/jupyter_releaser/pull/586) ([@jtpio](https://github.com/jtpio))
22+
23+
### Contributors to this release
24+
25+
([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_releaser/graphs/contributors?from=2024-07-04&to=2024-11-26&type=c))
26+
27+
[@brichet](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Abrichet+updated%3A2024-07-04..2024-11-26&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Ajtpio+updated%3A2024-07-04..2024-11-26&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Akrassowski+updated%3A2024-07-04..2024-11-26&type=Issues)
28+
29+
<!-- <END NEW CHANGELOG ENTRY> -->
30+
531
## 1.8.4
632

733
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...76ce4aa66e668f50b2f8eb4fe0a02a14659504fa))
@@ -24,8 +50,6 @@
2450

2551
[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Ablink1073+updated%3A2024-04-23..2024-07-04&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Afcollonval+updated%3A2024-04-23..2024-07-04&type=Issues)
2652

27-
<!-- <END NEW CHANGELOG ENTRY> -->
28-
2953
## 1.8.3
3054

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

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

0 commit comments

Comments
 (0)