details: https://code.tryton.org/mt940/commit/cece7ebf0ee8 branch: default user: Cédric Krier <[email protected]> date: Sat Mar 21 15:52:34 2026 +0100 description: Prepare release 0.8.0 diffstat:
CHANGELOG | 1 + COPYRIGHT | 4 ++-- mt940/__init__.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diffs (32 lines): diff -r bec86759e93a -r cece7ebf0ee8 CHANGELOG --- a/CHANGELOG Thu Mar 19 09:18:24 2026 +0100 +++ b/CHANGELOG Sat Mar 21 15:52:34 2026 +0100 @@ -1,3 +1,4 @@ +Version 0.8.0 - 2026-03-21 * Remove support for Python older than 3.9 * Upgrade to pyproject * Add fund code to transaction diff -r bec86759e93a -r cece7ebf0ee8 COPYRIGHT --- a/COPYRIGHT Thu Mar 19 09:18:24 2026 +0100 +++ b/COPYRIGHT Sat Mar 21 15:52:34 2026 +0100 @@ -1,6 +1,6 @@ -Copyright (c) 2013-2025 Cédric Krier <[email protected]> +Copyright (c) 2013-2026 Cédric Krier <[email protected]> Copyright (c) 2014-2017 Nicolas Évrard <[email protected]> -Copyright (c) 2013-2025 B2CK SRL +Copyright (c) 2013-2026 B2CK SRL All rights reserved. Redistribution and use in source and binary forms, with or without diff -r bec86759e93a -r cece7ebf0ee8 mt940/__init__.py --- a/mt940/__init__.py Thu Mar 19 09:18:24 2026 +0100 +++ b/mt940/__init__.py Sat Mar 21 15:52:34 2026 +0100 @@ -2,7 +2,7 @@ # this repository contains the full copyright notices and license terms. """a parser for MT940 files """ -__version__ = '0.7.1' +__version__ = '0.8.0' __all__ = ['MT940', 'rabo_description', 'abn_amro_description', 'ing_description', 'regiobank_description']
