From 33be5eda69302bfa6fdc2f3262b38b665696d289 Mon Sep 17 00:00:00 2001 From: Jonathon Reinhart Date: Tue, 28 May 2024 23:50:33 -0400 Subject: [PATCH] Release v2.13.1 --- CHANGELOG.md | 6 ++++-- scuba/version.py | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7600a9f..4c93627 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [2.13.1] - 2024-05-28 ### Fixed - Fixed SIGPIPE disposition being set to ignore (#255) + ## [2.13.0] - 2024-03-25 ### Added - Added support for Python 3.12 (#244) @@ -278,7 +279,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). First versioned release -[Unreleased]: https://github.com/JonathonReinhart/scuba/compare/v2.13.0...HEAD +[Unreleased]: https://github.com/JonathonReinhart/scuba/compare/v2.13.1...HEAD +[2.13.1]: https://github.com/JonathonReinhart/scuba/compare/v2.13.0...v2.13.1 [2.13.0]: https://github.com/JonathonReinhart/scuba/compare/v2.12.0...v2.13.0 [2.12.0]: https://github.com/JonathonReinhart/scuba/compare/v2.11.0...v2.12.0 [2.11.0]: https://github.com/JonathonReinhart/scuba/compare/v2.10.1...v2.11.0 diff --git a/scuba/version.py b/scuba/version.py index ea47f63..794e861 100644 --- a/scuba/version.py +++ b/scuba/version.py @@ -12,7 +12,7 @@ DIST_SPEC = "scuba" # Base version, which will be augmented with Git information -BASE_VERSION = "2.13.0" +BASE_VERSION = "2.13.1" # This string will be replaced by `git-archive` # with the abbreviated commit hash