From 26befe7a753c7cc765bc1f17bd1d392ed91bbe45 Mon Sep 17 00:00:00 2001 From: kannibalox Date: Tue, 12 Dec 2023 15:21:25 -0500 Subject: [PATCH] Bump patch version --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0bc8a9d..33353998 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [2.12.1] - 2023-12-12 + ### Changed - Add `d.timestamp.last_xfer` as prefetch field for `last_xfer` @@ -464,7 +466,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.12.0...HEAD +[Unreleased]: https://github.com/kannibalox/pyrosimple/compare/v2.12.1...HEAD +[2.12.1] https://github.com/kannibalox/pyrosimple/compare/v2.12.0...v2.12.1 [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 diff --git a/pyproject.toml b/pyproject.toml index 16c2f5bb..e31e2df2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyrosimple" -version = "2.12.0" +version = "2.12.1" description = "A stripped-down version of the pyrocore tools for working with rTorrent" authors = ["kannibalox "] repository = "https://github.com/kannibalox/pyrosimple"