We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a774047 commit fb78f3aCopy full SHA for fb78f3a
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.1+ - [Unreleased]
+# 0.9.2 - 2020-10-02
9
## Added
10
- Suspend "normal" (non-forced) commits during merge, in order to not
11
interfere with manual maintenance processes
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.1+'
+VERSION = '0.9.2'
0 commit comments