Skip to content

Commit 7fd36a0

Browse files
committed
chore(python): Release 0.15.0
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
1 parent 6c821ce commit 7fd36a0

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/python-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
apt-get install -y --no-install-recommends python3 python3-pip
173173
pip3 install -U pip
174174
run: |
175-
pip3 install ${{ env.PACKAGE_NAME }} --no-index --find-links dist/ --force-reinstall
175+
pip3 install dist/${{ env.PACKAGE_NAME }}-*.whl --force-reinstall
176176
- name: Upload wheels
177177
uses: actions/upload-artifact@v4
178178
with:

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.15.0] - 2025-06-17
6+
57
### Changed
68

79
- Update `PyO3` to `0.25.0`.
@@ -462,7 +464,8 @@
462464

463465
- Initial public release
464466

465-
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.6...HEAD
467+
[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.15.0...HEAD
468+
[0.15.0]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.6...python-v0.15.0
466469
[0.14.6]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.5...python-v0.14.6
467470
[0.14.5]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.4...python-v0.14.5
468471
[0.14.4]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.3...python-v0.14.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.14.6"
3+
version = "0.15.0"
44
authors = ["Dmitry Dygalo <dmitry@dygalo.dev>"]
55
edition = "2021"
66
rust-version = "1.71.1"

0 commit comments

Comments
 (0)