Skip to content

Commit a142f85

Browse files
committed
Publish 1.4.0
SHA256 hashes: jupyter_releaser-1.4.0-py3-none-any.whl: cc182480f42b56296203e725eb22b081e92c7427b410a47554d1e3af15d0f85d jupyter_releaser-1.4.0.tar.gz: 6219010f5a60790d8dec40a37b29faff36531667287d3b2a5544e1ac333b7521
1 parent d77acfd commit a142f85

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.4.0
6+
7+
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...d77acfd4f8437095a766776e565d200db9f2a135))
8+
9+
### Enhancements made
10+
11+
- Allow the tag format customization [#536](https://github.com/jupyter-server/jupyter_releaser/pull/536) ([@fcollonval](https://github.com/fcollonval))
12+
- Add silent option [#526](https://github.com/jupyter-server/jupyter_releaser/pull/526) ([@fcollonval](https://github.com/fcollonval))
13+
14+
### Maintenance and upkeep improvements
15+
16+
- chore: update pre-commit hooks [#534](https://github.com/jupyter-server/jupyter_releaser/pull/534) ([@pre-commit-ci](https://github.com/pre-commit-ci))
17+
- Clean up lint handling [#533](https://github.com/jupyter-server/jupyter_releaser/pull/533) ([@blink1073](https://github.com/blink1073))
18+
- Adopt ruff format and sp-repo-review [#532](https://github.com/jupyter-server/jupyter_releaser/pull/532) ([@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-10-17&to=2023-11-27&type=c))
23+
24+
[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Ablink1073+updated%3A2023-10-17..2023-11-27&type=Issues) | [@Carreau](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3ACarreau+updated%3A2023-10-17..2023-11-27&type=Issues) | [@fcollonval](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Afcollonval+updated%3A2023-10-17..2023-11-27&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Akrassowski+updated%3A2023-10-17..2023-11-27&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter_releaser+involves%3Apre-commit-ci+updated%3A2023-10-17..2023-11-27&type=Issues)
25+
26+
<!-- <END NEW CHANGELOG ENTRY> -->
27+
528
## 1.3.0
629

730
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...be0c23e4d89944d8f48135ae536f3ede3378286a))
@@ -23,8 +46,6 @@
2346

2447
[@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)
2548

26-
<!-- <END NEW CHANGELOG ENTRY> -->
27-
2849
## 1.2.1
2950

3051
([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...0469672a12bfdcd2d1c7834e05a82aaeec59f103))

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.4.0.dev0"
3+
__version__ = "1.4.0"

0 commit comments

Comments
 (0)