From 95b45d3f4c1ddc39d6baba3dfd563d49848627d6 Mon Sep 17 00:00:00 2001
From: Dmitry Dygalo <dmitry@dygalo.dev>
Date: Mon, 11 Nov 2024 12:45:10 +0100
Subject: [PATCH] chore(python): Release 0.14.2

Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
---
 bindings/python/CHANGELOG.md | 5 ++++-
 bindings/python/Cargo.toml   | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/bindings/python/CHANGELOG.md b/bindings/python/CHANGELOG.md
index 18cdf67..b21d250 100644
--- a/bindings/python/CHANGELOG.md
+++ b/bindings/python/CHANGELOG.md
@@ -2,6 +2,8 @@
 
 ## [Unreleased]
 
+## [0.14.2] - 2024-11-11
+
 ### Changed
 
 - Update `PyO3` to `0.22.0`.
@@ -416,7 +418,8 @@
 
 - Initial public release
 
-[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.1...HEAD
+[Unreleased]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.2...HEAD
+[0.14.2]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.1...python-v0.14.2
 [0.14.1]: https://github.com/Stranger6667/css-inline/compare/python-v0.14.0...python-v0.14.1
 [0.14.0]: https://github.com/Stranger6667/css-inline/compare/python-v0.13.0...python-v0.14.0
 [0.13.0]: https://github.com/Stranger6667/css-inline/compare/python-v0.12.0...python-v0.13.0
diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml
index 722cc1f..a9732bf 100644
--- a/bindings/python/Cargo.toml
+++ b/bindings/python/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "css-inline-python"
-version = "0.14.1"
+version = "0.14.2"
 authors = ["Dmitry Dygalo <dmitry@dygalo.dev>"]
 edition = "2021"
 rust-version = "1.70"