Skip to content

Commit abe066a

Browse files
committed
chore(python): Release 0.7.6
Signed-off-by: Dmitry Dygalo <dadygalo@gmail.com>
1 parent 7e6b245 commit abe066a

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

bindings/python/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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
@@ -152,7 +158,8 @@
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

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.5"
3+
version = "0.7.6"
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.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",

0 commit comments

Comments
 (0)