From 53f6208a131c2b187bedfbf30f69ef6686fed652 Mon Sep 17 00:00:00 2001 From: David Debeau Date: Wed, 25 Jan 2023 17:49:49 -0600 Subject: [PATCH] Create bug fix release --- CHANGELOG.md | 2 +- zfs_uploader/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a2fc78..f47cad6 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.8.1](https://github.com/ddebeau/zfs_uploader/compare/0.8.0...0.8.1) 2023-01-25 ### Fixed diff --git a/zfs_uploader/__init__.py b/zfs_uploader/__init__.py index a214ad2..c221910 100644 --- a/zfs_uploader/__init__.py +++ b/zfs_uploader/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.9.0' +__version__ = '0.8.1' BACKUP_DB_FILE = 'backup.db' DATETIME_FORMAT = '%Y%m%d_%H%M%S'