From 383483394a8d82b544644b077a881c2b87cbc7f6 Mon Sep 17 00:00:00 2001 From: Jonathon Reinhart Date: Tue, 7 Mar 2023 23:33:40 -0500 Subject: [PATCH] Release v2.10.1 --- CHANGELOG.md | 5 +++-- scuba/version.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0e3b418..4bb23faf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [2.10.1] - 2023-03-07 ### Fixed - Create directories for volumes as invoking user rather than root. (#201) @@ -246,7 +246,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). First versioned release -[Unreleased]: https://github.com/JonathonReinhart/scuba/compare/v2.10.0...HEAD +[Unreleased]: https://github.com/JonathonReinhart/scuba/compare/v2.10.1...HEAD +[2.10.1]: https://github.com/JonathonReinhart/scuba/compare/v2.10.0...v2.10.1 [2.10.0]: https://github.com/JonathonReinhart/scuba/compare/v2.9.0...v2.10.0 [2.9.0]: https://github.com/JonathonReinhart/scuba/compare/v2.8.0...v2.9.0 [2.8.0]: https://github.com/JonathonReinhart/scuba/compare/v2.7.0...v2.8.0 diff --git a/scuba/version.py b/scuba/version.py index c026ba81..b0852da1 100644 --- a/scuba/version.py +++ b/scuba/version.py @@ -10,7 +10,7 @@ DIST_SPEC = 'scuba' # Base version, which will be augmented with Git information -BASE_VERSION = '2.10.0' +BASE_VERSION = '2.10.1' # This string will be replaced by `git-archive` # with the abbreviated commit hash