From f0c5eb83ae5d6e378bfaff02f5147990ff17518b Mon Sep 17 00:00:00 2001 From: kannibalox Date: Sat, 7 Oct 2023 10:27:35 -0400 Subject: [PATCH] Bump patch version to 2.11.4 --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f17cdac2..0e63d08b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [2.11.4] - 2023-10-07 + ### Changed - `lstor`: Now fails immediately when a piece mismatch occurs, and outputs the error to standard out instead of logging it. @@ -434,7 +436,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.3...HEAD +[Unreleased]: https://github.com/kannibalox/pyrosimple/compare/v2.11.4...HEAD +[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 [2.11.1] https://github.com/kannibalox/pyrosimple/compare/v2.11.0...v2.11.1 diff --git a/pyproject.toml b/pyproject.toml index d737328c..83b1c40d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyrosimple" -version = "2.11.3" +version = "2.11.4" description = "A stripped-down version of the pyrocore tools for working with rTorrent" authors = ["kannibalox "] repository = "https://github.com/kannibalox/pyrosimple"