From 79e35a2012e49ee7af58c6f8b9b10ff2ff0b0dff Mon Sep 17 00:00:00 2001 From: Dmitry Dygalo Date: Fri, 22 Mar 2024 19:02:25 +0100 Subject: [PATCH] chore(python): Release 0.17.3 Signed-off-by: Dmitry Dygalo --- bindings/python/CHANGELOG.md | 5 ++++- bindings/python/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/bindings/python/CHANGELOG.md b/bindings/python/CHANGELOG.md index 1a44c9c..c61b84b 100644 --- a/bindings/python/CHANGELOG.md +++ b/bindings/python/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.17.3] - 2024-03-22 + ### Added - Support subclasses of Python `dict`s [#427](https://github.com/Stranger6667/jsonschema-rs/issues/427) @@ -318,7 +320,8 @@ ## 0.1.0 - 2020-06-09 - Initial public release -[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.17.2...HEAD +[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.17.3...HEAD +[0.17.3]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.17.2...python-v0.17.3 [0.17.2]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.17.1...python-v0.17.2 [0.17.1]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.16.3...python-v0.17.1 [0.16.3]: https://github.com/Stranger6667/jsonschema-rs/compare/python-v0.16.2...python-v0.16.3 diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index d86b87e..f99e66f 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jsonschema-python" -version = "0.17.2" +version = "0.17.3" authors = ["Dmitry Dygalo "] edition = "2021" license = "MIT"