Skip to content

Commit

Permalink
Publish 1.2.1
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyter_releaser-1.2.1-py3-none-any.whl: 695f19dbd357cc2ecf0202adf779175bb107faa85c9ca8986144792d2154b73a

jupyter_releaser-1.2.1.tar.gz: b0b9f03b40ee4b5303040d233984fa44a8c02c2e91b672c63131e1f835481f19
  • Loading branch information
blink1073 committed Jul 10, 2023
1 parent 0469672 commit f0271c3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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

## 1.2.1

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

### Maintenance and upkeep improvements

- Fix compat with pydantic 2 [#518](https://github.com/jupyter-server/jupyter_releaser/pull/518) ([@blink1073](https://github.com/blink1073))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter_releaser/graphs/contributors?from=2023-06-20&to=2023-07-10&type=c))

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

<!-- <END NEW CHANGELOG ENTRY> -->

## 1.2.0

([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...b1388d01b8d28ea077fab281bd78ecc1c9c18773))
Expand All @@ -25,8 +41,6 @@

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

<!-- <END NEW CHANGELOG ENTRY> -->

## 1.1.6

([Full Changelog](https://github.com/jupyter-server/jupyter_releaser/compare/v2...0b4c9cc2b257e799794c6d02735b659da09e2336))
Expand Down
2 changes: 1 addition & 1 deletion jupyter_releaser/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
__version__ = "1.3.0.dev0"
__version__ = "1.2.1"

0 comments on commit f0271c3

Please sign in to comment.