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

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

diffs (12 lines):

diff -r 75dd183e0974 -r 34d447e9e9ad trytond/__init__.py
--- a/trytond/__init__.py       Thu Jul 01 21:37:20 2021 +0200
+++ b/trytond/__init__.py       Thu Jul 01 21:37:36 2021 +0200
@@ -5,7 +5,7 @@
 import warnings
 from email import charset
 
-__version__ = "6.0.3"
+__version__ = "6.0.4"
 
 os.environ['TZ'] = 'UTC'
 if hasattr(time, 'tzset'):

Reply via email to