We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7618d48 + ed2b58c commit a1e0167Copy full SHA for a1e0167
.bumpversion.cfg
@@ -1,4 +1,4 @@
1
[bumpversion]
2
-current_version = 1.8.4
+current_version = 1.8.5
3
files = version.py
4
ChangeLog
@@ -1,3 +1,7 @@
+================================================================
+Changes from Version 1.8.4 to 1.8.5
+! Bugfix: crash on bad array declaration
+
5
================================================================
6
Changes from Version 1.8.3 to 1.8.4
7
! Several bugfixes with contants declaration
version.py
@@ -1 +1 @@
-VERSION = '1.8.4'
+VERSION = '1.8.5'
0 commit comments