details: https://code.tryton.org/contrib/flask-tryton/commit/3ed46df98c04 branch: default user: Cédric Krier <[email protected]> date: Sat Mar 21 16:03:34 2026 +0100 description: Increase version number diffstat:
flask_tryton.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -r 9adfdc1399bc -r 3ed46df98c04 flask_tryton.py --- a/flask_tryton.py Sat Mar 21 16:01:56 2026 +0100 +++ b/flask_tryton.py Sat Mar 21 16:03:34 2026 +0100 @@ -13,7 +13,7 @@ from trytond.config import config from trytond.exceptions import ConcurrencyException, UserError, UserWarning -__version__ = '0.13.0' +__version__ = '0.13.1' __all__ = ['Tryton', 'tryton_transaction']
