Skip to content

Commit 7490eac

Browse files
committed
Publish 1.2.0
SHA256 hashes: jupyter_releaser-1.2.0-py3-none-any.whl: 287a7baeb2c08c0a62c15fe2642648e25bec20d01bba084e5862622fea1faad7 jupyter_releaser-1.2.0.tar.gz: 687cecd07ef9a885ca7cad1446359ae66dc28bdeeb9eb5c91118a1ba5401fda3
1 parent b1388d0 commit 7490eac

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

CHANGELOG.md

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

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

5+
## 1.2.0
6+
7+
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...b1388d01b8d28ea077fab281bd78ecc1c9c18773))
8+
9+
### Enhancements made
10+
11+
- Add support for PyPI trusted publisher and NPM provenance [#511](https://github.com/jupyter-server/jupyter_releaser/pull/511) ([@fcollonval](https://github.com/fcollonval))
12+
- Dynamically set the NPM tag [#510](https://github.com/jupyter-server/jupyter_releaser/pull/510) ([@fcollonval](https://github.com/fcollonval))
13+
14+
### Bugs fixed
15+
16+
- Fix package version target [#514](https://github.com/jupyter-server/jupyter_releaser/pull/514) ([@fcollonval](https://github.com/fcollonval))
17+
18+
### Documentation improvements
19+
20+
- Fix doc edition links [#515](https://github.com/jupyter-server/jupyter_releaser/pull/515) ([@fcollonval](https://github.com/fcollonval))
21+
22+
### Contributors to this release
23+
24+
([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_releaser/graphs/contributors?from=2023-06-19&to=2023-06-20&type=c))
25+
26+
[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Ablink1073+updated%3A2023-06-19..2023-06-20&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Afcollonval+updated%3A2023-06-19..2023-06-20&type=Issues)
27+
28+
<!-- <END NEW CHANGELOG ENTRY> -->
29+
530
## 1.1.6
631

732
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...0b4c9cc2b257e799794c6d02735b659da09e2336))
@@ -24,8 +49,6 @@
2449

2550
[@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)
2651

27-
<!-- <END NEW CHANGELOG ENTRY> -->
28-
2952
## 1.1.5
3053

3154
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...2acb616f67cf9edc926bf5d877a434f59dbb0ee6))

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

0 commit comments

Comments
 (0)