chore(python): Release 0.17.1

Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
This commit is contained in:
Dmitry Dygalo 2023-07-05 11:58:49 +02:00
parent 8a2fa1f5a6
commit 4461d0ff7f
No known key found for this signature in database
GPG Key ID: AE7D12BE93BD417F
2 changed files with 5 additions and 2 deletions

View File

@ -2,6 +2,8 @@
## [Unreleased]
## [0.17.1] - 2023-07-05
### Changed
- Update `pyo3` to `0.19`.
@ -301,7 +303,8 @@
## 0.1.0 - 2020-06-09
- Initial public release
[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.16.3...HEAD
[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.17.1...HEAD
[0.17.1]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.16.3...python-v0.17.1
[0.16.3]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.16.2...python-v0.16.3
[0.16.2]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.16.1...python-v0.16.2
[0.16.1]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.16.0...python-v0.16.1

View File

@ -1,6 +1,6 @@
[package]
name = "jsonschema-python"
version = "0.16.3"
version = "0.17.1"
authors = ["Dmitry Dygalo <dadygalo@gmail.com>"]
edition = "2021"
license = "MIT"