Skip to content

Commit 0e7762d

Browse files
committed
Publish 1.3.0
SHA256 hashes: jupyter_releaser-1.3.0-py3-none-any.whl: 679d58490e4cb4e16f9a27b72eefe985cc2cba2d54f7ceb3b10ceb53197254db jupyter_releaser-1.3.0.tar.gz: 90bcb0cf67e0be3843ae3131190fcb0a884ccbadb7b7e57d505e41b512deeea5
1 parent be0c23e commit 0e7762d

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

CHANGELOG.md

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

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

5+
## 1.3.0
6+
7+
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...be0c23e4d89944d8f48135ae536f3ede3378286a))
8+
9+
### Bugs fixed
10+
11+
- Don't tag private package or pkg without version [#531](https://github.com/jupyter-server/jupyter_releaser/pull/531) ([@fcollonval](https://github.com/fcollonval))
12+
- Fix action url [#527](https://github.com/jupyter-server/jupyter_releaser/pull/527) ([@fcollonval](https://github.com/fcollonval))
13+
- Only run npm pack if there are public packages in workspace [#522](https://github.com/jupyter-server/jupyter_releaser/pull/522) ([@fcollonval](https://github.com/fcollonval))
14+
15+
### Maintenance and upkeep improvements
16+
17+
- Bump actions/checkout from 3 to 4 [#524](https://github.com/jupyter-server/jupyter_releaser/pull/524) ([@dependabot](https://github.com/dependabot))
18+
- Fix click typing [#519](https://github.com/jupyter-server/jupyter_releaser/pull/519) ([@blink1073](https://github.com/blink1073))
19+
20+
### Contributors to this release
21+
22+
([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_releaser/graphs/contributors?from=2023-07-10&to=2023-10-17&type=c))
23+
24+
[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Ablink1073+updated%3A2023-07-10..2023-10-17&type=Issues) | [@Carreau](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3ACarreau+updated%3A2023-07-10..2023-10-17&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Adependabot+updated%3A2023-07-10..2023-10-17&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Afcollonval+updated%3A2023-07-10..2023-10-17&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Ajtpio+updated%3A2023-07-10..2023-10-17&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Akrassowski+updated%3A2023-07-10..2023-10-17&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Apre-commit-ci+updated%3A2023-07-10..2023-10-17&type=Issues)
25+
26+
<!-- <END NEW CHANGELOG ENTRY> -->
27+
528
## 1.2.1
629

730
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...0469672a12bfdcd2d1c7834e05a82aaeec59f103))
@@ -16,8 +39,6 @@
1639

1740
[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Ablink1073+updated%3A2023-06-20..2023-07-10&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Apre-commit-ci+updated%3A2023-06-20..2023-07-10&type=Issues)
1841

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2142
## 1.2.0
2243

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

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.3.0.dev0"
3+
__version__ = "1.3.0"

0 commit comments

Comments
 (0)