We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1006005 commit c17a3f2Copy full SHA for c17a3f2
CHANGELOG.md
@@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](https://semver.org/).
6
7
8
-# 0.9.0+ - [Unreleased]
+# 0.9.1 - 2020-09-27
9
## Added
10
- Support `.ssh` directory in the `blockchain` directory (not included in the
11
Blockchain by default)
autoblockchainify/version.py
@@ -18,4 +18,4 @@
18
# along with this program. If not, see <https://www.gnu.org/licenses/>.
19
#
20
21
-VERSION = '0.9.0+'
+VERSION = '0.9.1'
0 commit comments