changeset cd7d79f1f0c0 in tryton:5.0 details: https://hg.tryton.org/tryton?cmd=changeset&node=cd7d79f1f0c0 description: Increase version number diffstat:
tryton/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (11 lines): diff -r 1030984d241e -r cd7d79f1f0c0 tryton/__init__.py --- a/tryton/__init__.py Sat Jan 15 16:03:12 2022 +0100 +++ b/tryton/__init__.py Sat Jan 15 16:03:25 2022 +0100 @@ -1,6 +1,6 @@ # This file is part of Tryton. The COPYRIGHT file at the top level of # this repository contains the full copyright notices and license terms. -__version__ = "5.0.42" +__version__ = "5.0.43" import sys import gi
