chore(python): Release 0.16.0

This commit is contained in:
Dmitry Dygalo 2022-05-12 17:39:40 +02:00
parent 9ab21a243f
commit ead0da16db
No known key found for this signature in database
GPG Key ID: 0D78E60518FE18BB
4 changed files with 7 additions and 4 deletions

View File

@ -2,6 +2,8 @@
## [Unreleased]
## [0.16.0] - 2022-05-12
### Added
- Python 3.10 support
@ -271,7 +273,8 @@
## 0.1.0 - 2020-06-09
- Initial public release
[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.14.0...HEAD
[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.16.0...HEAD
[0.16.0]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.14.0...python-v0.16.0
[0.14.0]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.13.1...python-v0.14.0
[0.13.1]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.13.0...python-v0.13.1
[0.13.0]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.12.1...python-v0.13.0

View File

@ -402,7 +402,7 @@ dependencies = [
[[package]]
name = "jsonschema-python"
version = "0.14.0"
version = "0.16.0"
dependencies = [
"built",
"jsonschema",

View File

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

View File

@ -20,7 +20,7 @@ except ImportError:
def call_setup():
setup(
name="jsonschema_rs",
version="0.14.0",
version="0.16.0",
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",