details: https://code.tryton.org/hatch-tryton/commit/9c3c2060fdc9 branch: default user: Cédric Krier <[email protected]> date: Sat Apr 04 00:11:13 2026 +0200 description: Increase version number diffstat:
hatch_tryton/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (9 lines): diff -r 209aa99e4b13 -r 9c3c2060fdc9 hatch_tryton/__init__.py --- a/hatch_tryton/__init__.py Sat Apr 04 00:10:05 2026 +0200 +++ b/hatch_tryton/__init__.py Sat Apr 04 00:11:13 2026 +0200 @@ -1,4 +1,4 @@ # This file is part of hatch-tryton. The COPYRIGHT file at the top level of # this repository contains the full copyright notices and license terms. -__version__ = '0.1.1' +__version__ = '0.1.2'
