Skip to content

Commit 68972ce

Browse files
committed
chore(python): Release 0.7.8
1 parent daabe3a commit 68972ce

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

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.7.8] - 2022-01-08
6+
57
### Fixed
68

79
- Invalid handling of double-quoted property values like in `font-family: "Open Sans"`. [#129](https://github.com/Stranger6667/css-inline/issues/129)
@@ -172,7 +174,8 @@
172174

173175
- Initial public release
174176

175-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.7.7...HEAD
177+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.7.8...HEAD
178+
[0.7.8]: https://github.com/Stranger6667/css-inline/compare/python-v0.7.8...python-v0.7.8
176179
[0.7.7]: https://github.com/Stranger6667/css-inline/compare/python-v0.7.6...python-v0.7.7
177180
[0.7.6]: https://github.com/Stranger6667/css-inline/compare/python-v0.7.5...python-v0.7.6
178181
[0.7.5]: https://github.com/Stranger6667/css-inline/compare/python-v0.7.4...python-v0.7.5

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.7.7"
3+
version = "0.7.8"
44
authors = ["Dmitry Dygalo <dadygalo@gmail.com>"]
55
edition = "2018"
66

bindings/python/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
def call_setup():
2121
setup(
2222
name="css_inline",
23-
version="0.7.7",
23+
version="0.7.8",
2424
description="Fast CSS inlining written in Rust",
2525
long_description=open("README.rst", encoding="utf-8").read(),
2626
long_description_content_type="text/x-rst",
@@ -34,7 +34,7 @@ def call_setup():
3434
license="MIT",
3535
rust_extensions=[RustExtension("css_inline", binding=Binding.PyO3)],
3636
classifiers=[
37-
"Development Status :: 3 - Alpha",
37+
"Development Status :: 4 - Beta",
3838
"Intended Audience :: Developers",
3939
"License :: OSI Approved :: MIT License",
4040
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)