diff --git a/CHANGELOG.md b/CHANGELOG.md index 689194d5..58041976 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [2.11.1] - 2023-09-12 + ### Fixed - `lstor`/`mktor`/`chtor`: The progress bar no longer appears when `-q` is used @@ -409,7 +411,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.0...HEAD +[Unreleased]: https://github.com/kannibalox/pyrosimple/compare/v2.11.1...HEAD +[2.11.1] https://github.com/kannibalox/pyrosimple/compare/v2.11.0...v2.11.1 [2.11.0] https://github.com/kannibalox/pyrosimple/compare/v2.10.2...v2.11.0 [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 diff --git a/pyproject.toml b/pyproject.toml index 1aa5d444..7dd7c2f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyrosimple" -version = "2.11.0" +version = "2.11.1" description = "A stripped-down version of the pyrocore tools for working with rTorrent" authors = ["kannibalox "] repository = "https://github.com/kannibalox/pyrosimple"