Skip to content

Commit 915c1c8

Browse files
🔖 Advance to 0.9.5
1 parent b8ef28b commit 915c1c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](https://semver.org/).
66

77

8-
# 0.9.4+ - [Unreleased]
8+
# 0.9.5 - 2021-01-16
99
## Added
1010
- Allow docker image to be built with a specific PyPI version (a feature you
1111
probably will not need, but is useful while developing/testing)

autoblockchainify/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# autoblockchainify — Turn a directory into a GIT Blockchain
44
#
5-
# Copyright (C) 2019,2020 Marcel Waldvogel
5+
# Copyright (C) 2019-2021 Marcel Waldvogel
66
#
77
# This program is free software: you can redistribute it and/or modify
88
# it under the terms of the GNU Affero General Public License as published
@@ -18,4 +18,4 @@
1818
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1919
#
2020

21-
VERSION = '0.9.4'
21+
VERSION = '0.9.5'

0 commit comments

Comments
 (0)