changeset f8c3414e2e85 in tryton:6.2
details: https://hg.tryton.org/tryton?cmd=changeset&node=f8c3414e2e85
description:
Prepare release 6.2.2 [skip ci]
diffstat:
CHANGELOG | 3 +++
tryton/gui/window/about.py | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 61eac0d058ca -r f8c3414e2e85 CHANGELOG
--- a/CHANGELOG Thu Dec 16 22:19:38 2021 +0100
+++ b/CHANGELOG Sat Jan 01 17:25:09 2022 +0100
@@ -1,3 +1,6 @@
+Version 6.2.2 - 2022-01-01
+* Bug fixes (see mercurial logs for details)
+
Version 6.2.1 - 2021-12-03
* Bug fixes (see mercurial logs for details)
diff -r 61eac0d058ca -r f8c3414e2e85 tryton/gui/window/about.py
--- a/tryton/gui/window/about.py Thu Dec 16 22:19:38 2021 +0100
+++ b/tryton/gui/window/about.py Sat Jan 01 17:25:09 2022 +0100
@@ -10,7 +10,7 @@
from tryton import __version__
COPYRIGHT = '''\
-Copyright (C) 2004-2021 Tryton.
+Copyright (C) 2004-2022 Tryton.
'''
AUTHORS = [
'Bertrand Chenal <[email protected]>',