From 6cdbc8cd87a39d292cad4fa0c64892864880de8c Mon Sep 17 00:00:00 2001 From: "please-release-me[bot]" <120265414+please-release-me[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 21:20:09 +0000 Subject: [PATCH] chore(main): release 0.9.2 (#159) Co-authored-by: please-release-me[bot] <120265414+please-release-me[bot]@users.noreply.github.com> --- 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 799647c..e387939 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.9.2](https://github.com/tidiness/tidy-python/compare/v0.9.1...v0.9.2) (2024-11-19) + + +### Bug Fixes + +* **deps:** lock file maintenance ([#146](https://github.com/tidiness/tidy-python/issues/146)) ([e6f0105](https://github.com/tidiness/tidy-python/commit/e6f0105ce9a039281bb75c1c54dab5cafa276fc9)) + ## [0.9.1](https://github.com/tidiness/tidy-python/compare/v0.9.0...v0.9.1) (2024-11-19) diff --git a/pyproject.toml b/pyproject.toml index 0947e31..4c26115 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tidy-python" -version = "0.9.1" +version = "0.9.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 d69d16e..a2fecb4 100644 --- a/src/tidy_python/__init__.py +++ b/src/tidy_python/__init__.py @@ -1 +1 @@ -__version__ = "0.9.1" +__version__ = "0.9.2"