From 837230e05e9800544fa7d8c3486a67c62baa8531 Mon Sep 17 00:00:00 2001 From: kannibalox Date: Tue, 28 Mar 2023 21:01:22 -0400 Subject: [PATCH] Bump patch version --- CHANGELOG.md | 9 ++++++++- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af5dd4a..ac72f71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.9.2] - 2023-03-28 +### Fixed +- `ptp-reseed`: + - Mark torrents saved to file as loaded + - Handle hashing multi-file torrents correctly + ## [0.9.1] - 2023-03-28 ### Fixed - `ptp-reseed` now only tries to connect to rtorrent when not using @@ -31,7 +37,8 @@ - Added a changelog - Created dockerfile -[Unreleased]: https://github.com/kannibalox/pyrosimple/compare/v0.9.1...HEAD +[Unreleased]: https://github.com/kannibalox/pyrosimple/compare/v0.9.2...HEAD +[0.9.2]: https://github.com/kannibalox/pyrosimple/compare/v0.9.1...v0.9.2 [0.9.1]: https://github.com/kannibalox/pyrosimple/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/kannibalox/pyrosimple/compare/v0.8.0...v0.9.0 [0.8.0]: https://github.com/kannibalox/pyrosimple/compare/v0.7.2...v0.8.0 diff --git a/pyproject.toml b/pyproject.toml index 8a479df..76ea817 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "PTPAPI" -version = "0.9.1" +version = "0.9.2" description = "A small API for a mildly popular movie site" authors = ["kannibalox "] repository = "https://github.com/kannibalox/PTPAPI"