Skip to content

Commit 3834833

Browse files
Release v2.10.1
1 parent 3e0dd7c commit 3834833

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.10.1] - 2023-03-07
66
### Fixed
77
- Create directories for volumes as invoking user rather than root. (#201)
88

@@ -246,7 +246,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
246246
First versioned release
247247

248248

249-
[Unreleased]: https://github.com/JonathonReinhart/scuba/compare/v2.10.0...HEAD
249+
[Unreleased]: https://github.com/JonathonReinhart/scuba/compare/v2.10.1...HEAD
250+
[2.10.1]: https://github.com/JonathonReinhart/scuba/compare/v2.10.0...v2.10.1
250251
[2.10.0]: https://github.com/JonathonReinhart/scuba/compare/v2.9.0...v2.10.0
251252
[2.9.0]: https://github.com/JonathonReinhart/scuba/compare/v2.8.0...v2.9.0
252253
[2.8.0]: https://github.com/JonathonReinhart/scuba/compare/v2.7.0...v2.8.0

scuba/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
DIST_SPEC = 'scuba'
1111

1212
# Base version, which will be augmented with Git information
13-
BASE_VERSION = '2.10.0'
13+
BASE_VERSION = '2.10.1'
1414

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

0 commit comments

Comments
 (0)