From 07c3fef9c7c2a862ec7ae34837b21b94c4f4371a Mon Sep 17 00:00:00 2001 From: Dmitry Dygalo Date: Sat, 9 Dec 2023 14:09:34 +0100 Subject: [PATCH] chore(python): Release 0.11.1 --- bindings/python/CHANGELOG.md | 5 ++++- bindings/python/Cargo.toml | 2 +- bindings/python/README.md | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/bindings/python/CHANGELOG.md b/bindings/python/CHANGELOG.md index 9a9e1658..e41ab416 100644 --- a/bindings/python/CHANGELOG.md +++ b/bindings/python/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.11.1] - 2023-12-09 + ### Added - Python 3.12 support. @@ -356,7 +358,8 @@ - Initial public release -[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.11.0...HEAD +[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.11.1...HEAD +[0.11.1]: https://github.com/Stranger6667/css-inline/compare/python-v0.11.0...python-v0.11.1 [0.11.0]: https://github.com/Stranger6667/css-inline/compare/python-v0.10.5...python-v0.11.0 [0.10.5]: https://github.com/Stranger6667/css-inline/compare/python-v0.10.4...python-v0.10.5 [0.10.4]: https://github.com/Stranger6667/css-inline/compare/python-v0.10.3...python-v0.10.4 diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index 76b3cf01..db1af82c 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "css-inline-python" -version = "0.11.0" +version = "0.11.1" authors = ["Dmitry Dygalo "] edition = "2021" rust-version = "1.65" diff --git a/bindings/python/README.md b/bindings/python/README.md index 45ba8ccf..5e0c738e 100644 --- a/bindings/python/README.md +++ b/bindings/python/README.md @@ -194,7 +194,7 @@ Besides performance, `css-inline` differs from other Python libraries for CSS in ## Python support -`css_inline` supports CPython 3.7, 3.8, 3.9, 3.10, 3.11 and PyPy 3.7, 3.8, 3.9. +`css_inline` supports CPython 3.7, 3.8, 3.9, 3.10, 3.11, 3.12 and PyPy 3.7, 3.8, 3.9, 3.10. ## Further reading