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.8.1] - 2022-01-11
6+
57### Added
68
79- Universal macOS wheels supporting CPython 3.6 & 3.7 on Apple Silicon.
185187
186188- Initial public release
187189
188- [ Unreleased ] : https://github.com/Stranger6667/css-inline/compare/python-v0.8.0...HEAD
190+ [ Unreleased ] : https://github.com/Stranger6667/css-inline/compare/python-v0.8.1...HEAD
191+ [ 0.8.1 ] : https://github.com/Stranger6667/css-inline/compare/python-v0.8.0...python-v0.8.1
189192[ 0.8.0 ] : https://github.com/Stranger6667/css-inline/compare/python-v0.7.8...python-v0.8.0
190193[ 0.7.8 ] : https://github.com/Stranger6667/css-inline/compare/python-v0.7.7...python-v0.7.8
191194[ 0.7.7 ] : https://github.com/Stranger6667/css-inline/compare/python-v0.7.6...python-v0.7.7
Original file line number Diff line number Diff line change 11[package ]
22name = " css-inline-python"
3- version = " 0.8.0 "
3+ version = " 0.8.1 "
44authors = [" Dmitry Dygalo <dadygalo@gmail.com>" ]
55edition = " 2018"
66
Original file line number Diff line number Diff line change 2222def call_setup ():
2323 setup (
2424 name = "css_inline" ,
25- version = "0.8.0 " ,
25+ version = "0.8.1 " ,
2626 description = "Fast CSS inlining written in Rust" ,
2727 long_description = open ("README.md" , encoding = "utf-8" ).read (),
2828 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments