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

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

diffs (12 lines):

diff -r cf768040323f -r 3ca7c00aaf76 trytond/__init__.py
--- a/trytond/__init__.py       Fri Jun 03 19:02:37 2022 +0200
+++ b/trytond/__init__.py       Fri Jun 03 19:03:00 2022 +0200
@@ -7,7 +7,7 @@
 
 from lxml import etree, objectify
 
-__version__ = "6.2.9"
+__version__ = "6.2.10"
 
 os.environ['TZ'] = 'UTC'
 if hasattr(time, 'tzset'):

Reply via email to