From b709128b10297bda60c808da912369586d7f1c30 Mon Sep 17 00:00:00 2001 From: kannibalox Date: Mon, 30 Oct 2023 22:11:26 -0400 Subject: [PATCH] Bump minor version --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 114cc4f7..ff3c3b97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [2.12.0] - 2023-10-30 + ### Fixed - `rtcontrol`: `--cull`/`--purge` now clean up empty directories properly @@ -456,7 +458,8 @@ If you just want to use the pyrocore tools on python 3 without all the new features, you can use the `release-1.X` branch or the 1.X releases. -[Unreleased]: https://github.com/kannibalox/pyrosimple/compare/v2.11.4...HEAD +[Unreleased]: https://github.com/kannibalox/pyrosimple/compare/v2.12.0...HEAD +[2.12.0] https://github.com/kannibalox/pyrosimple/compare/v2.11.4...v2.12.0 [2.11.4] https://github.com/kannibalox/pyrosimple/compare/v2.11.3...v2.11.4 [2.11.3] https://github.com/kannibalox/pyrosimple/compare/v2.11.2...v2.11.3 [2.11.2] https://github.com/kannibalox/pyrosimple/compare/v2.11.1...v2.11.2 diff --git a/pyproject.toml b/pyproject.toml index 83b1c40d..16c2f5bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyrosimple" -version = "2.11.4" +version = "2.12.0" description = "A stripped-down version of the pyrocore tools for working with rTorrent" authors = ["kannibalox "] repository = "https://github.com/kannibalox/pyrosimple"