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.7] - 2022-01-07
6+
57### Added
68
79- Python 3.10 builds.
166168
167169- Initial public release
168170
169- [ Unreleased ] : https://github.com/Stranger6667/css-inline/compare/python-v0.7.6...HEAD
171+ [ Unreleased ] : https://github.com/Stranger6667/css-inline/compare/python-v0.7.7...HEAD
172+ [ 0.7.7 ] : https://github.com/Stranger6667/css-inline/compare/python-v0.7.6...python-v0.7.7
170173[ 0.7.6 ] : https://github.com/Stranger6667/css-inline/compare/python-v0.7.5...python-v0.7.6
171174[ 0.7.5 ] : https://github.com/Stranger6667/css-inline/compare/python-v0.7.4...python-v0.7.5
172175[ 0.7.4 ] : https://github.com/Stranger6667/css-inline/compare/python-v0.7.3...python-v0.7.4
Original file line number Diff line number Diff line change 11[package ]
22name = " css-inline-python"
3- version = " 0.7.6 "
3+ version = " 0.7.7 "
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.6 " ,
23+ version = "0.7.7 " ,
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" ,
You can’t perform that action at this time.
0 commit comments