chore(python): Release 0.16.2

This commit is contained in:
Dmitry Dygalo 2023-01-14 22:55:10 +01:00
parent 6948253fa9
commit 7699de0e9b
No known key found for this signature in database
GPG Key ID: AE7D12BE93BD417F
3 changed files with 6 additions and 3 deletions

View File

@ -2,6 +2,8 @@
## [Unreleased]
## [0.16.2] - 2023-01-14
### Added
- Support for Python 3.11
@ -284,7 +286,8 @@
## 0.1.0 - 2020-06-09
- Initial public release
[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.16.1...HEAD
[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.16.2...HEAD
[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
[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

View File

@ -1,6 +1,6 @@
[package]
name = "jsonschema-python"
version = "0.16.1"
version = "0.16.2"
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.16.1",
version="0.16.2",
packages=["jsonschema_rs"],
description="Fast JSON Schema validation for Python implemented in Rust",
long_description=open("README.rst", encoding="utf-8").read(),