Skip to content

Commit a1e0167

Browse files
committed
Merged in release/bumpversion (pull request #173)
Bump version: 1.8.4 → 1.8.5 Approved-by: Jose Rodriguez <[email protected]>
2 parents 7618d48 + ed2b58c commit a1e0167

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[bumpversion]
2-
current_version = 1.8.4
2+
current_version = 1.8.5
33
files = version.py
44

ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
================================================================
2+
Changes from Version 1.8.4 to 1.8.5
3+
! Bugfix: crash on bad array declaration
4+
15
================================================================
26
Changes from Version 1.8.3 to 1.8.4
37
! Several bugfixes with contants declaration

version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '1.8.4'
1+
VERSION = '1.8.5'

0 commit comments

Comments
 (0)