chore(python): Python release 0.4.0

This commit is contained in:
Dmitry Dygalo 2020-11-09 22:21:06 +01:00
parent 90aa54e628
commit fde8353449
No known key found for this signature in database
GPG Key ID: E2FDD4885D799724
3 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,8 @@
## [Unreleased]
## [0.4.0] - 2020-11-09
### Added
- Python 3.9 support.
@ -67,7 +69,8 @@
- Initial public release
[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.3.3...HEAD
[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.4.0...HEAD
[0.4.0]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.3.3...python-v0.4.0
[0.3.3]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.3.2...python-v0.3.3
[0.3.2]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.3.1...python-v0.3.2
[0.3.1]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.3.0...python-v0.3.1

1
python/rust-toolchain Normal file
View File

@ -0,0 +1 @@
stable

View File

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