Skip to content

Commit 325fb58

Browse files
Release v2.13.0
1 parent 5aab9e0 commit 325fb58

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.0] - 2024-03-25
66
### Added
77
- Added support for Python 3.12 (#244)
88
- Add explicit support for mounting named volumes (#250)
@@ -274,7 +274,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
274274
First versioned release
275275

276276

277-
[Unreleased]: https://github.com/JonathonReinhart/scuba/compare/v2.12.0...HEAD
277+
[Unreleased]: https://github.com/JonathonReinhart/scuba/compare/v2.13.0...HEAD
278+
[2.13.0]: https://github.com/JonathonReinhart/scuba/compare/v2.12.0...v2.13.0
278279
[2.12.0]: https://github.com/JonathonReinhart/scuba/compare/v2.11.0...v2.12.0
279280
[2.11.0]: https://github.com/JonathonReinhart/scuba/compare/v2.10.1...v2.11.0
280281
[2.10.1]: https://github.com/JonathonReinhart/scuba/compare/v2.10.0...v2.10.1

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.12.0"
15+
BASE_VERSION = "2.13.0"
1616

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

0 commit comments

Comments
 (0)