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.6] - 2021-08-06
6+
7+ ### Fixed
8+
9+ - Docs: Link to the project homepage in ` setup.py ` .
10+
511## [ 0.7.5] - 2021-07-24
612
713### Fixed
152158
153159- Initial public release
154160
155- [ Unreleased ] : https://github.com/Stranger6667/css-inline/compare/python-v0.7.5...HEAD
161+ [ Unreleased ] : https://github.com/Stranger6667/css-inline/compare/python-v0.7.6...HEAD
162+ [ 0.7.6 ] : https://github.com/Stranger6667/css-inline/compare/python-v0.7.5...python-v0.7.6
156163[ 0.7.5 ] : https://github.com/Stranger6667/css-inline/compare/python-v0.7.4...python-v0.7.5
157164[ 0.7.4 ] : https://github.com/Stranger6667/css-inline/compare/python-v0.7.3...python-v0.7.4
158165[ 0.7.3 ] : https://github.com/Stranger6667/css-inline/compare/python-v0.7.2...python-v0.7.3
Original file line number Diff line number Diff line change 11[package ]
22name = " css-inline-python"
3- version = " 0.7.5 "
3+ version = " 0.7.6 "
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.5 " ,
23+ version = "0.7.6 " ,
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