diff --git a/CHANGELOG b/CHANGELOG index 3d2744b..bdccc7f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +Version 0.24 - 2018-01-20 +* FIX imports and reader of 340 report + Version 0.23 - 2017-03-01 * FIX 303 report * Replace banknumber with python-stdnum diff --git a/retrofix/version.py b/retrofix/version.py index 0e809fb..912df1c 100644 --- a/retrofix/version.py +++ b/retrofix/version.py @@ -19,6 +19,6 @@ ############################################################################## PACKAGE = 'retrofix' -VERSION = '0.23.5' +VERSION = '0.24' LICENSE = 'GPL-3' WEBSITE = 'http://www.NaN-tic.com/'