changeset c209343f7248 in tryton:5.4
details: https://hg.tryton.org/tryton?cmd=changeset;node=c209343f7248
description:
Prepare release 5.4.3 [skip ci]
diffstat:
CHANGELOG | 3 +++
tryton/gui/window/about.py | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 1646e395ff2a -r c209343f7248 CHANGELOG
--- a/CHANGELOG Wed Dec 18 21:37:19 2019 +0100
+++ b/CHANGELOG Thu Jan 09 22:08:20 2020 +0100
@@ -1,3 +1,6 @@
+Version 5.4.3 - 2020-01-09
+* Bug fixes (see mercurial logs for details)
+
Version 5.4.2 - 2019-12-16
* Bug fixes (see mercurial logs for details)
diff -r 1646e395ff2a -r c209343f7248 tryton/gui/window/about.py
--- a/tryton/gui/window/about.py Wed Dec 18 21:37:19 2019 +0100
+++ b/tryton/gui/window/about.py Thu Jan 09 22:08:20 2020 +0100
@@ -10,7 +10,7 @@
from tryton import __version__
COPYRIGHT = '''\
-Copyright (C) 2004-2019 Tryton.
+Copyright (C) 2004-2020 Tryton.
'''
AUTHORS = [
'Bertrand Chenal <[email protected]>',