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

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

diffs (30 lines):

diff -r 44ecc4abf1d1 -r dba709048b08 CHANGELOG
--- a/CHANGELOG Mon May 02 10:32:19 2022 +0200
+++ b/CHANGELOG Mon May 02 17:12:43 2022 +0200
@@ -1,3 +1,5 @@
+Version 6.4.0 - 2022-05-02
+* Bug fixes (see mercurial logs for details)
 * Add allocation method
 * Store allocation factors
 * Add support for Python 3.10
diff -r 44ecc4abf1d1 -r dba709048b08 COPYRIGHT
--- a/COPYRIGHT Mon May 02 10:32:19 2022 +0200
+++ b/COPYRIGHT Mon May 02 17:12:43 2022 +0200
@@ -1,5 +1,5 @@
-Copyright (C) 2021 B2CK
-Copyright (C) 2021 Cédric Krier
+Copyright (C) 2021-2022 B2CK
+Copyright (C) 2021-2022 Cédric Krier
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
diff -r 44ecc4abf1d1 -r dba709048b08 tryton.cfg
--- a/tryton.cfg        Mon May 02 10:32:19 2022 +0200
+++ b/tryton.cfg        Mon May 02 17:12:43 2022 +0200
@@ -1,5 +1,5 @@
 [tryton]
-version=6.3.0
+version=6.4.0
 depends:
     account
     account_invoice

Reply via email to