details: https://code.tryton.org/mt940/commit/5c3d404ec056
branch: default
user: Cédric Krier <[email protected]>
date: Sat Apr 04 00:04:23 2026 +0200
description:
Increase version number
diffstat:
mt940/__init__.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r baef4835e258 -r 5c3d404ec056 mt940/__init__.py
--- a/mt940/__init__.py Sat Apr 04 00:02:57 2026 +0200
+++ b/mt940/__init__.py Sat Apr 04 00:04:23 2026 +0200
@@ -2,7 +2,7 @@
# this repository contains the full copyright notices and license terms.
"""a parser for MT940 files
"""
-__version__ = '0.8.1'
+__version__ = '0.8.2'
__all__ = ['MT940', 'rabo_description', 'abn_amro_description',
'ing_description', 'regiobank_description']