From 46e186210dfb1ae603723de1ec695db7dda66969 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:30:07 +0000 Subject: [PATCH] chore(main): release 0.10.2 --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/tidy_python/__init__.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ce2d1a..aa4c2ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.10.2](https://github.com/tidiness/tidy-python/compare/v0.10.1...v0.10.2) (2026-07-01) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#199](https://github.com/tidiness/tidy-python/issues/199)) ([2a477ac](https://github.com/tidiness/tidy-python/commit/2a477ac265edc1fdec1c4b40b51af16ec02506b9)) +* **deps:** update all dependencies ([#198](https://github.com/tidiness/tidy-python/issues/198)) ([abe2d10](https://github.com/tidiness/tidy-python/commit/abe2d100b8ee57753f221b236dc9735edd14811f)) + ## [0.10.1](https://github.com/tidiness/tidy-python/compare/v0.10.0...v0.10.1) (2026-03-11) diff --git a/pyproject.toml b/pyproject.toml index 57485b0..54759ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tidy-python" -version = "0.10.1" +version = "0.10.2" 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 1f4c4d4..17c1a62 100644 --- a/src/tidy_python/__init__.py +++ b/src/tidy_python/__init__.py @@ -1 +1 @@ -__version__ = "0.10.1" +__version__ = "0.10.2"