chore(python): Python release 0.12.3

This commit is contained in:
Dmitry Dygalo 2021-10-22 17:31:19 +02:00
parent 4a81c25f46
commit 0f13bfe25a
No known key found for this signature in database
GPG Key ID: 0D78E60518FE18BB
3 changed files with 6 additions and 3 deletions

View File

@ -2,6 +2,8 @@
## [Unreleased]
## [0.12.3] - 2021-10-22
### Added
- `iter_errors` to iterate all errors. [#236](https://github.com/Stranger6667/jsonschema-rs/issues/236)
@ -220,7 +222,8 @@
## 0.1.0 - 2020-06-09
- Initial public release
[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.12.2...HEAD
[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.12.3...HEAD
[0.12.3]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.12.2...python-v0.12.3
[0.12.2]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.12.1...python-v0.12.2
[0.12.1]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.12.0...python-v0.12.1
[0.12.0]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.11.1...python-v0.12.0

View File

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

View File

@ -20,7 +20,7 @@ except ImportError:
def call_setup():
setup(
name="jsonschema_rs",
version="0.12.2",
version="0.12.3",
description="Fast JSON Schema validation for Python implemented in Rust",
long_description=open("README.rst", encoding="utf-8").read(),
long_description_content_type="text/x-rst",