[tryton-debian-vcs] tryton-modules-sale-complaint branch upstream updated. upstream/4.4.0-1-gc919c78

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Thu Aug 17 12:39:19 UTC 2017


The following commit has been merged in the upstream branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-sale-complaint.git;a=commitdiff;h=upstream/4.4.0-1-gc919c78

commit c919c786e05d6e3502a1c65ac94097126b3a20b9
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Thu Aug 17 11:54:51 2017 +0200

    Adding upstream version 4.4.1.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/CHANGELOG b/CHANGELOG
index 3e63ed5..7c90706 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 4.4.1 - 2017-08-08
+* Bug fixes (see mercurial logs for details)
+
 Version 4.4.0 - 2017-05-01
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index f22eca3..38ab7e3 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_sale_complaint
-Version: 4.4.0
+Version: 4.4.1
 Summary: Tryton module for sale complaint
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/sale.py b/sale.py
index 38ef76a..36bb437 100644
--- a/sale.py
+++ b/sale.py
@@ -30,7 +30,7 @@ class Configuration:
         return super(Configuration, cls).multivalue_model(field)
 
     @classmethod
-    def default_complaint_sequence(cls):
+    def default_complaint_sequence(cls, **pattern):
         return cls.multivalue_model(
             'complaint_sequence').default_complaint_sequence()
 
diff --git a/setup.cfg b/setup.cfg
index 861a9f5..8bfd5a1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,4 @@
 [egg_info]
 tag_build = 
 tag_date = 0
-tag_svn_revision = 0
 
diff --git a/tryton.cfg b/tryton.cfg
index 58a3d74..b87b2bb 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=4.4.0
+version=4.4.1
 depends:
     account_invoice
     company
diff --git a/trytond_sale_complaint.egg-info/PKG-INFO b/trytond_sale_complaint.egg-info/PKG-INFO
index 3373845..b3122aa 100644
--- a/trytond_sale_complaint.egg-info/PKG-INFO
+++ b/trytond_sale_complaint.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-sale-complaint
-Version: 4.4.0
+Version: 4.4.1
 Summary: Tryton module for sale complaint
 Home-page: http://www.tryton.org/
 Author: Tryton
-- 
tryton-modules-sale-complaint



More information about the tryton-debian-vcs mailing list