Skip to content

Commit

Permalink
chore(python): Release 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Dec 9, 2023
1 parent cb8854b commit 07c3fef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion bindings/python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.11.1] - 2023-12-09

### Added

- Python 3.12 support.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "css-inline-python"
version = "0.11.0"
version = "0.11.1"
authors = ["Dmitry Dygalo <[email protected]>"]
edition = "2021"
rust-version = "1.65"
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 07c3fef

Please sign in to comment.