details:   https://code.tryton.org/coda/commit/6e1b7f2cb893
branch:    default
user:      Cédric Krier <[email protected]>
date:      Sat Mar 21 14:06:15 2026 +0100
description:
        Prepare release 0.4.0
diffstat:

 CHANGELOG        |  1 +
 COPYRIGHT        |  4 ++--
 coda/__init__.py |  2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r daf98f98ccba -r 6e1b7f2cb893 CHANGELOG
--- a/CHANGELOG Thu Mar 19 09:27:00 2026 +0100
+++ b/CHANGELOG Sat Mar 21 14:06:15 2026 +0100
@@ -1,3 +1,4 @@
+Version 0.4.0 - 2026-03-21
 * Remove support for Python older than 3.9
 * Upgrade to pyproject
 * Add support for Python 3.14
diff -r daf98f98ccba -r 6e1b7f2cb893 COPYRIGHT
--- a/COPYRIGHT Thu Mar 19 09:27:00 2026 +0100
+++ b/COPYRIGHT Sat Mar 21 14:06:15 2026 +0100
@@ -1,5 +1,5 @@
-Copyright (c) 2017-2024 Cédric Krier <[email protected]>
-Copyright (c) 2017-2024 B2CK SRL
+Copyright (c) 2017-2026 Cédric Krier <[email protected]>
+Copyright (c) 2017-2026 B2CK SRL
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff -r daf98f98ccba -r 6e1b7f2cb893 coda/__init__.py
--- a/coda/__init__.py  Thu Mar 19 09:27:00 2026 +0100
+++ b/coda/__init__.py  Sat Mar 21 14:06:15 2026 +0100
@@ -7,7 +7,7 @@
 from datetime import datetime
 from decimal import Decimal
 
-__version__ = '0.3.1'
+__version__ = '0.4.0'
 __all__ = ['CODA', 'Statement', 'Move', 'Information', 'FreeCommunication']
 
 

Reply via email to