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

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

diffs (12 lines):

diff -r cd5743bb0672 -r 0674b3d56992 trytond/__init__.py
--- a/trytond/__init__.py       Thu Sep 16 23:41:00 2021 +0200
+++ b/trytond/__init__.py       Thu Sep 16 23:41:15 2021 +0200
@@ -5,7 +5,7 @@
 import warnings
 from email import charset
 
-__version__ = "5.0.38"
+__version__ = "5.0.39"
 
 os.environ['TZ'] = 'UTC'
 if hasattr(time, 'tzset'):

Reply via email to