From c17a3f231d2c96937b939486fbd6176e561d21de Mon Sep 17 00:00:00 2001 From: Marcel Waldvogel Date: Sun, 27 Sep 2020 19:40:08 +0200 Subject: [PATCH] :bookmark: Release 0.9.1 --- CHANGELOG.md | 2 +- autoblockchainify/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd8ec89..30fcc3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/). -# 0.9.0+ - [Unreleased] +# 0.9.1 - 2020-09-27 ## Added - Support `.ssh` directory in the `blockchain` directory (not included in the Blockchain by default) diff --git a/autoblockchainify/version.py b/autoblockchainify/version.py index 2d78f9a..25c1454 100644 --- a/autoblockchainify/version.py +++ b/autoblockchainify/version.py @@ -18,4 +18,4 @@ # along with this program. If not, see . # -VERSION = '0.9.0+' +VERSION = '0.9.1'