From a8ad1e30bf708e1ad180a9929d47e315e53653ff Mon Sep 17 00:00:00 2001 From: kannibalox Date: Mon, 31 Jul 2023 21:43:33 -0400 Subject: [PATCH] Bump patch version --- CHANGELOG.md | 5 +++-- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f8f7f41..858bcc8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## [Unreleased] -## [2.10.1] - 2023-07-28 +## [2.10.2] - 2023-07-31 ### Fixed @@ -384,7 +384,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.10.1...HEAD +[Unreleased]: https://github.com/kannibalox/pyrosimple/compare/v2.10.2...HEAD +[2.10.2] https://github.com/kannibalox/pyrosimple/compare/v2.10.1...v2.10.2 [2.10.1] https://github.com/kannibalox/pyrosimple/compare/v2.10.0...v2.10.1 [2.10.0] https://github.com/kannibalox/pyrosimple/compare/v2.9.1...v2.10.0 [2.9.1]: https://github.com/kannibalox/pyrosimple/compare/v2.9.0...v2.9.1 diff --git a/pyproject.toml b/pyproject.toml index b321da57..d5e293d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyrosimple" -version = "2.10.1" +version = "2.10.2" description = "A stripped-down version of the pyrocore tools for working with rTorrent" authors = ["kannibalox "] repository = "https://github.com/kannibalox/pyrosimple"