From 516a513c63d466ee8dddffb85c397b1e42dec35c Mon Sep 17 00:00:00 2001 From: Jonathon Reinhart Date: Mon, 8 Jun 2020 20:00:19 -0400 Subject: [PATCH] Relase v2.7.0 --- CHANGELOG.md | 6 ++++-- scuba/version.py | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45ac1db2..71b9ea9f 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.7.0] - 2020-06-08 ### Changed - Switched to using `argcomplete` to provide Bash command line completion (#162) + ## [2.6.1] - 2020-04-24 ### Fixed - scubainit ignores matching passwd/group/shadow file entries when creating the @@ -222,7 +223,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). First versioned release -[Unreleased]: https://github.com/JonathonReinhart/scuba/compare/v2.6.1...HEAD +[Unreleased]: https://github.com/JonathonReinhart/scuba/compare/v2.7.0...HEAD +[2.7.0]: https://github.com/JonathonReinhart/scuba/compare/v2.6.1...v2.7.0 [2.6.1]: https://github.com/JonathonReinhart/scuba/compare/v2.6.0...v2.6.1 [2.6.0]: https://github.com/JonathonReinhart/scuba/compare/v2.5.0...v2.6.0 [2.5.0]: https://github.com/JonathonReinhart/scuba/compare/v2.4.2...v2.5.0 diff --git a/scuba/version.py b/scuba/version.py index 925284c5..888cfbf4 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.6.0' +BASE_VERSION = '2.7.0' # This string will be replaced by `git-archive` # with the abbreviated commit hash