mirror of
https://gitlab.com/datalifeit/python-retrofix
synced 2023-12-14 06:13:03 +01:00
Prepare 0.23 release
This commit is contained in:
parent
5abde492c4
commit
9bcdc2582c
3 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
|||
Version 0.23 - 2017-03-01
|
||||
* FIX 303 report
|
||||
* Replace banknumber with python-stdnum
|
||||
|
||||
Version 0.22 - 2016-09-06
|
||||
|
|
|
@ -38,7 +38,7 @@ master_doc = 'index'
|
|||
|
||||
# General information about the project.
|
||||
project = u'RetroFix'
|
||||
copyright = u'2011-2016, NaN·tic'
|
||||
copyright = u'2011-2017, NaN·tic'
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
# |version| and |release|, also used in various other places throughout the
|
||||
|
|
|
@ -19,6 +19,6 @@
|
|||
##############################################################################
|
||||
|
||||
PACKAGE = 'retrofix'
|
||||
VERSION = '0.22'
|
||||
VERSION = '0.23'
|
||||
LICENSE = 'GPL-3'
|
||||
WEBSITE = 'http://www.NaN-tic.com/'
|
||||
|
|
Loading…
Reference in a new issue