We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7618d48 commit ed2b58cCopy full SHA for ed2b58c
.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