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

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

diffs (31 lines):

diff -r afa4477be3da -r 2e1f536c7e79 CHANGELOG
--- a/CHANGELOG Mon May 02 10:32:19 2022 +0200
+++ b/CHANGELOG Mon May 02 17:05:55 2022 +0200
@@ -1,3 +1,5 @@
+Version 6.4.0 - 2022-05-02
+* Bug fixes (see mercurial logs for details)
 * Use invoice date to enforce sequence on customer invoice
 * Prevent delete tax identifier used on invoice
 * Raise a warning when validating supplier invoice with same reference
diff -r afa4477be3da -r 2e1f536c7e79 COPYRIGHT
--- a/COPYRIGHT Mon May 02 10:32:19 2022 +0200
+++ b/COPYRIGHT Mon May 02 17:05:55 2022 +0200
@@ -1,6 +1,6 @@
-Copyright (C) 2008-2021 Cédric Krier.
+Copyright (C) 2008-2022 Cédric Krier.
 Copyright (C) 2008-2013 Bertrand Chenal.
-Copyright (C) 2008-2021 B2CK SPRL.
+Copyright (C) 2008-2022 B2CK SPRL.
 Copyright (C) 2004-2008 Tiny SPRL.
 
 This program is free software: you can redistribute it and/or modify
diff -r afa4477be3da -r 2e1f536c7e79 tryton.cfg
--- a/tryton.cfg        Mon May 02 10:32:19 2022 +0200
+++ b/tryton.cfg        Mon May 02 17:05:55 2022 +0200
@@ -1,5 +1,5 @@
 [tryton]
-version=6.3.0
+version=6.4.0
 depends:
     account
     account_product

Reply via email to