changeset a9122914e91d in trytond:5.0
details: https://hg.tryton.org/trytond?cmd=changeset&node=a9122914e91d
description:
        Increase version number
diffstat:

 trytond/__init__.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 1d5d643a73df -r a9122914e91d trytond/__init__.py
--- a/trytond/__init__.py       Wed Sep 01 22:46:19 2021 +0200
+++ b/trytond/__init__.py       Wed Sep 01 22:46:33 2021 +0200
@@ -5,7 +5,7 @@
 import warnings
 from email import charset
 
-__version__ = "5.0.37"
+__version__ = "5.0.38"
 
 os.environ['TZ'] = 'UTC'
 if hasattr(time, 'tzset'):

Reply via email to