From 2ee17ffad7273fb4893d3e19e900de0389003217 Mon Sep 17 00:00:00 2001 From: "please-release-me[bot]" <120265414+please-release-me[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 18:46:00 +0000 Subject: [PATCH] chore(main): release 0.10.3 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- src/tidy_python/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa4c2ae..ba428c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.3](https://github.com/tidiness/tidy-python/compare/v0.10.2...v0.10.3) (2026-07-01) + + +### Bug Fixes + +* make reset-version portable across BSD and GNU sed ([#211](https://github.com/tidiness/tidy-python/issues/211)) ([096b2f6](https://github.com/tidiness/tidy-python/commit/096b2f6ed3cc62d2f588bcb745cf89e4b06f0f04)) + ## [0.10.2](https://github.com/tidiness/tidy-python/compare/v0.10.1...v0.10.2) (2026-07-01) diff --git a/pyproject.toml b/pyproject.toml index 54759ac..bc6f16e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tidy-python" -version = "0.10.2" +version = "0.10.3" description = "" authors = ["Nathan Drew <1035229+NaffanDroo@users.noreply.github.com>"] license = "MIT" diff --git a/src/tidy_python/__init__.py b/src/tidy_python/__init__.py index 17c1a62..b2385cb 100644 --- a/src/tidy_python/__init__.py +++ b/src/tidy_python/__init__.py @@ -1 +1 @@ -__version__ = "0.10.2" +__version__ = "0.10.3"