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

 CHANGELOG  |  2 ++
 COPYRIGHT  |  4 ++--
 tryton.cfg |  2 +-
 3 files changed, 5 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r d3f53891fe72 -r ab737f9de37d CHANGELOG
--- a/CHANGELOG Sun May 02 11:00:49 2021 +0200
+++ b/CHANGELOG Mon May 03 15:47:14 2021 +0200
@@ -1,3 +1,5 @@
+Version 6.0.0 - 2021-05-03
+* Bug fixes (see mercurial logs for details)
 * Allow using debt accounts on supplier invoices
 * Add deductible rate of taxes to supplier invoice
 * Add method to post invoices by batch
diff -r d3f53891fe72 -r ab737f9de37d COPYRIGHT
--- a/COPYRIGHT Sun May 02 11:00:49 2021 +0200
+++ b/COPYRIGHT Mon May 03 15:47:14 2021 +0200
@@ -1,6 +1,6 @@
-Copyright (C) 2008-2020 Cédric Krier.
+Copyright (C) 2008-2021 Cédric Krier.
 Copyright (C) 2008-2013 Bertrand Chenal.
-Copyright (C) 2008-2020 B2CK SPRL.
+Copyright (C) 2008-2021 B2CK SPRL.
 Copyright (C) 2004-2008 Tiny SPRL.
 
 This program is free software: you can redistribute it and/or modify
diff -r d3f53891fe72 -r ab737f9de37d tryton.cfg
--- a/tryton.cfg        Sun May 02 11:00:49 2021 +0200
+++ b/tryton.cfg        Mon May 03 15:47:14 2021 +0200
@@ -1,5 +1,5 @@
 [tryton]
-version=5.9.0
+version=6.0.0
 depends:
     account
     account_product

Reply via email to