chore: Python release 0.3.1

This commit is contained in:
Dmitry Dygalo 2020-06-12 18:10:13 +02:00
parent c314e548c8
commit 4458354593
No known key found for this signature in database
GPG Key ID: E2FDD4885D799724
2 changed files with 7 additions and 4 deletions

View File

@ -2,6 +2,8 @@
## [Unreleased]
## [0.3.1] - 2020-06-12
### Added
- Added `jsonschema_rs.__build__` which contains useful build information. [#111](https://github.com/Stranger6667/jsonschema-rs/pulls/111)
@ -32,6 +34,7 @@
- Initial public release
[0.3.0]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.3.0...HEAD
[0.2.0]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.2.0...python-v0.3.0
[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.1.0...python-v0.2.0
[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.3.1...HEAD
[0.3.1]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.3.0...python-v0.3.1
[0.3.0]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.2.0...python-v0.3.0
[0.2.0]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.1.0...python-v0.2.0

View File

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