details:   https://code.tryton.org/contrib/flask-tryton/commit/4887f2f2138c
branch:    default
user:      Cédric Krier <[email protected]>
date:      Sat Mar 21 16:01:48 2026 +0100
description:
        Prepare release 0.13.0
diffstat:

 CHANGELOG       |  4 ++++
 COPYRIGHT       |  4 ++--
 flask_tryton.py |  2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

diffs (34 lines):

diff -r 4834b8780406 -r 4887f2f2138c CHANGELOG
--- a/CHANGELOG Sat Mar 21 15:59:57 2026 +0100
+++ b/CHANGELOG Sat Mar 21 16:01:48 2026 +0100
@@ -1,3 +1,7 @@
+
+Version 0.13.0 - 2026-03-21
+---------------------------
+* Bug fixes (see mercurial logs for details)
 * Remove support for Python older than 3.9
 * Upgrade to pyproject
 * Make transaction decorator reentrant
diff -r 4834b8780406 -r 4887f2f2138c COPYRIGHT
--- a/COPYRIGHT Sat Mar 21 15:59:57 2026 +0100
+++ b/COPYRIGHT Sat Mar 21 16:01:48 2026 +0100
@@ -1,5 +1,5 @@
-Copyright (c) 2013-2025 Cédric Krier <[email protected]>
-Copyright (c) 2013-2025 B2CK SRL
+Copyright (c) 2013-2026 Cédric Krier <[email protected]>
+Copyright (c) 2013-2026 B2CK SRL
 Copyright (c) 2020 Sergi Almacellas Abellana <[email protected]>
 
 This program is free software: you can redistribute it and/or modify
diff -r 4834b8780406 -r 4887f2f2138c flask_tryton.py
--- a/flask_tryton.py   Sat Mar 21 15:59:57 2026 +0100
+++ b/flask_tryton.py   Sat Mar 21 16:01:48 2026 +0100
@@ -13,7 +13,7 @@
 from trytond.config import config
 from trytond.exceptions import ConcurrencyException, UserError, UserWarning
 
-__version__ = '0.12.3'
+__version__ = '0.13.0'
 __all__ = ['Tryton', 'tryton_transaction']
 
 

Reply via email to