details: https://code.tryton.org/mt940/commit/8daa11051801
branch: default
user: Cédric Krier <[email protected]>
date: Mon Nov 24 14:00:52 2025 +0100
description:
Prepare release
diffstat:
CHANGELOG | 1 +
COPYRIGHT | 4 ++--
mt940/__init__.py | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
diffs (32 lines):
diff -r a36c87ff0bac -r 8daa11051801 CHANGELOG
--- a/CHANGELOG Mon Nov 24 13:48:42 2025 +0100
+++ b/CHANGELOG Mon Nov 24 14:00:52 2025 +0100
@@ -1,3 +1,4 @@
+Version 0.7.0 - 2025-11-24
* Add support to Python 3.14
* Support negative amount
* Add support to Python 3.10, 3.11, 3.12, 3.13
diff -r a36c87ff0bac -r 8daa11051801 COPYRIGHT
--- a/COPYRIGHT Mon Nov 24 13:48:42 2025 +0100
+++ b/COPYRIGHT Mon Nov 24 14:00:52 2025 +0100
@@ -1,6 +1,6 @@
-Copyright (c) 2013-2021, Cédric Krier
+Copyright (c) 2013-2025, Cédric Krier
Copyright (c) 2014-2017, Nicolas Évrard
-Copyright (c) 2013-2021, B2CK
+Copyright (c) 2013-2025, B2CK
All rights reserved.
Redistribution and use in source and binary forms, with or without
diff -r a36c87ff0bac -r 8daa11051801 mt940/__init__.py
--- a/mt940/__init__.py Mon Nov 24 13:48:42 2025 +0100
+++ b/mt940/__init__.py Mon Nov 24 14:00:52 2025 +0100
@@ -2,7 +2,7 @@
# this repository contains the full copyright notices and license terms.
"""a parser for MT940 files
"""
-__version__ = '0.6.1'
+__version__ = '0.7.0'
__all__ = ['MT940', 'rabo_description', 'abn_amro_description',
'ing_description', 'regiobank_description']