details: https://code.tryton.org/aeb43/commit/61fa8e604cab branch: default user: Cédric Krier <[email protected]> date: Sat Mar 21 11:07:36 2026 +0100 description: Prepare release 0.2.0 diffstat:
CHANGELOG | 1 + COPYRIGHT | 4 ++-- aeb43/__init__.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diffs (31 lines): diff -r 35ebc6a54dcd -r 61fa8e604cab CHANGELOG --- a/CHANGELOG Thu Mar 19 09:45:48 2026 +0100 +++ b/CHANGELOG Sat Mar 21 11:07:36 2026 +0100 @@ -1,3 +1,4 @@ +Version 0.2.0 - 2026-03-21 * Remove support for Python older than 3.9 * Upgrade to pyproject * Add support for Python 3.14 diff -r 35ebc6a54dcd -r 61fa8e604cab COPYRIGHT --- a/COPYRIGHT Thu Mar 19 09:45:48 2026 +0100 +++ b/COPYRIGHT Sat Mar 21 11:07:36 2026 +0100 @@ -1,5 +1,5 @@ -Copyright (c) 2023-2024 Cédric Krier <[email protected]> -Copyright (c) 2023-2024 B2CK SRL +Copyright (c) 2023-2026 Cédric Krier <[email protected]> +Copyright (c) 2023-2026 B2CK SRL All rights reserved. Redistribution and use in source and binary forms, with or without diff -r 35ebc6a54dcd -r 61fa8e604cab aeb43/__init__.py --- a/aeb43/__init__.py Thu Mar 19 09:45:48 2026 +0100 +++ b/aeb43/__init__.py Sat Mar 21 11:07:36 2026 +0100 @@ -2,7 +2,7 @@ # this repository contains the full copyright notices and license terms. """a parser for AEB43 files """ -__version__ = '0.1.2' +__version__ = '0.2.0' __all__ = ['AEB43'] import datetime as dt
