changeset d18d03f0c540 in tryton:default
details: https://hg.tryton.org/tryton?cmd=changeset&node=d18d03f0c540
description:
        Prepare release 6.0.0 [skip ci]
diffstat:

 CHANGELOG                  |   2 ++
 COPYRIGHT                  |  10 +++++-----
 tryton/__init__.py         |   2 +-
 tryton/gui/window/about.py |   2 +-
 4 files changed, 9 insertions(+), 7 deletions(-)

diffs (56 lines):

diff -r 1b45f5a4b823 -r d18d03f0c540 CHANGELOG
--- a/CHANGELOG Sun May 02 11:04:35 2021 +0200
+++ b/CHANGELOG Mon May 03 15:32:56 2021 +0200
@@ -1,3 +1,5 @@
+Version 6.0.0 - 2021-05-03
+* Bug fixes (see mercurial logs for details)
 * Support printing zip archive
 * Add direct print to UNIX
 * Add attachment preview
diff -r 1b45f5a4b823 -r d18d03f0c540 COPYRIGHT
--- a/COPYRIGHT Sun May 02 11:04:35 2021 +0200
+++ b/COPYRIGHT Mon May 03 15:32:56 2021 +0200
@@ -1,15 +1,15 @@
 Copyright (C) 2004-2008 Tiny SPRL.
 Copyright (C) 2007-2009 Lorenzo Gil Sanchez.
 Copyright (C) 2007-2013 Bertrand Chenal.
-Copyright (C) 2007-2020 Cédric Krier.
+Copyright (C) 2007-2021 Cédric Krier.
 Copyright (C) 2008-2011 Udo Spallek.
 Copyright (C) 2008-2011 virtual things - Preisler & Spallek GbR.
-Copyright (C) 2008-2020 B2CK SPRL.
-Copyright (C) 2010-2020 Nicolas Évrard.
+Copyright (C) 2008-2021 B2CK SPRL.
+Copyright (C) 2010-2021 Nicolas Évrard.
 Copyright (C) 2011-2012 Rodrigo Hübner.
 Copyright (C) 2012-2013 Antoine Smolders.
-Copyright (C) 2020 Maxime Richez
-Copyright (C) 2020 SALUC SA
+Copyright (C) 2020-2021 Maxime Richez
+Copyright (C) 2020-2021 SALUC SA
 
 
 This program is free software: you can redistribute it and/or modify
diff -r 1b45f5a4b823 -r d18d03f0c540 tryton/__init__.py
--- a/tryton/__init__.py        Sun May 02 11:04:35 2021 +0200
+++ b/tryton/__init__.py        Mon May 03 15:32:56 2021 +0200
@@ -1,6 +1,6 @@
 # This file is part of Tryton.  The COPYRIGHT file at the top level of
 # this repository contains the full copyright notices and license terms.
-__version__ = "5.9.0"
+__version__ = "6.0.0"
 import gi
 import locale
 
diff -r 1b45f5a4b823 -r d18d03f0c540 tryton/gui/window/about.py
--- a/tryton/gui/window/about.py        Sun May 02 11:04:35 2021 +0200
+++ b/tryton/gui/window/about.py        Mon May 03 15:32:56 2021 +0200
@@ -10,7 +10,7 @@
 from tryton import __version__
 
 COPYRIGHT = '''\
-Copyright (C) 2004-2020 Tryton.
+Copyright (C) 2004-2021 Tryton.
 '''
 AUTHORS = [
         'Bertrand Chenal <bertrand.che...@b2ck.com>',

Reply via email to