changeset 59de37a4871c in tryton:5.0 details: https://hg.tryton.org/tryton?cmd=changeset&node=59de37a4871c description: Increase version number diffstat:
tryton/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (11 lines): diff -r 1f77a4e696aa -r 59de37a4871c tryton/__init__.py --- a/tryton/__init__.py Mon Oct 17 23:40:37 2022 +0200 +++ b/tryton/__init__.py Mon Oct 17 23:40:52 2022 +0200 @@ -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.48" +__version__ = "5.0.49" import sys import gi
