Skip to content

Commit fb35686

Browse files
committed
chore(python): Release 0.7.7
1 parent 117cc94 commit fb35686

3 files changed

Lines changed: 6 additions & 3 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.7] - 2022-01-07
6+
57
### Added
68

79
- Python 3.10 builds.
@@ -166,7 +168,8 @@
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

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

bindings/python/setup.py

Lines changed: 1 addition & 1 deletion
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.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",

0 commit comments

Comments
 (0)