Skip to content

Commit 33be5ed

Browse files
Release v2.13.1
1 parent 69b5a0b commit 33be5ed

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [Unreleased]
5+
## [2.13.1] - 2024-05-28
66
### Fixed
77
- Fixed SIGPIPE disposition being set to ignore (#255)
88

9+
910
## [2.13.0] - 2024-03-25
1011
### Added
1112
- Added support for Python 3.12 (#244)
@@ -278,7 +279,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
278279
First versioned release
279280

280281

281-
[Unreleased]: https://github.com/JonathonReinhart/scuba/compare/v2.13.0...HEAD
282+
[Unreleased]: https://github.com/JonathonReinhart/scuba/compare/v2.13.1...HEAD
283+
[2.13.1]: https://github.com/JonathonReinhart/scuba/compare/v2.13.0...v2.13.1
282284
[2.13.0]: https://github.com/JonathonReinhart/scuba/compare/v2.12.0...v2.13.0
283285
[2.12.0]: https://github.com/JonathonReinhart/scuba/compare/v2.11.0...v2.12.0
284286
[2.11.0]: https://github.com/JonathonReinhart/scuba/compare/v2.10.1...v2.11.0

scuba/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
DIST_SPEC = "scuba"
1313

1414
# Base version, which will be augmented with Git information
15-
BASE_VERSION = "2.13.0"
15+
BASE_VERSION = "2.13.1"
1616

1717
# This string will be replaced by `git-archive`
1818
# with the abbreviated commit hash

0 commit comments

Comments
 (0)