File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 )
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
Original file line number Diff line number Diff line change 11[package ]
22name = " css-inline-python"
3- version = " 0.7.7 "
3+ version = " 0.7.8 "
44authors = [" Dmitry Dygalo <dadygalo@gmail.com>" ]
55edition = " 2018"
66
Original file line number Diff line number Diff line change 2020def 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" ,
You can’t perform that action at this time.
0 commit comments