diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e4fbfe..96bb35a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.7.2](https://github.com/ddebeau/zfs_uploader/compare/0.7.1...0.7.2) 2022-02-09 ### Fixed diff --git a/zfs_uploader/__init__.py b/zfs_uploader/__init__.py index 69990a7..c15b447 100644 --- a/zfs_uploader/__init__.py +++ b/zfs_uploader/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.7.1' +__version__ = '0.7.2' BACKUP_DB_FILE = 'backup.db' DATETIME_FORMAT = '%Y%m%d_%H%M%S'