From fb78f3a0cc0fe916f243b2a0f8228ada9ab50f33 Mon Sep 17 00:00:00 2001 From: Marcel Waldvogel Date: Fri, 2 Oct 2020 13:06:44 +0200 Subject: [PATCH] :bookmark: v0.9.2 --- CHANGELOG.md | 2 +- autoblockchainify/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 91a1b25..e5bee68 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.1+ - [Unreleased] +# 0.9.2 - 2020-10-02 ## Added - Suspend "normal" (non-forced) commits during merge, in order to not interfere with manual maintenance processes diff --git a/autoblockchainify/version.py b/autoblockchainify/version.py index c45e1ed..484afd3 100644 --- a/autoblockchainify/version.py +++ b/autoblockchainify/version.py @@ -18,4 +18,4 @@ # along with this program. If not, see . # -VERSION = '0.9.1+' +VERSION = '0.9.2'