Skip to content

Commit 07c3fef

Browse files
committed
chore(python): Release 0.11.1
1 parent cb8854b commit 07c3fef

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

bindings/python/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.11.1] - 2023-12-09
6+
57
### Added
68

79
- Python 3.12 support.
@@ -356,7 +358,8 @@
356358

357359
- Initial public release
358360

359-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.11.0...HEAD
361+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.11.1...HEAD
362+
[0.11.1]: https://github.com/Stranger6667/css-inline/compare/python-v0.11.0...python-v0.11.1
360363
[0.11.0]: https://github.com/Stranger6667/css-inline/compare/python-v0.10.5...python-v0.11.0
361364
[0.10.5]: https://github.com/Stranger6667/css-inline/compare/python-v0.10.4...python-v0.10.5
362365
[0.10.4]: https://github.com/Stranger6667/css-inline/compare/python-v0.10.3...python-v0.10.4

bindings/python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "css-inline-python"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
authors = ["Dmitry Dygalo <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.65"

bindings/python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Besides performance, `css-inline` differs from other Python libraries for CSS in
194194

195195
## Python support
196196

197-
`css_inline` supports CPython 3.7, 3.8, 3.9, 3.10, 3.11 and PyPy 3.7, 3.8, 3.9.
197+
`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.
198198

199199
## Further reading
200200

0 commit comments

Comments
 (0)