[tryton-debian-vcs] tryton-modules-sale-complaint branch debian updated. debian/4.4.0-2-2-g924f86d

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 debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-sale-complaint.git;a=commitdiff;h=debian/4.4.0-2-2-g924f86d

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

    Releasing debian version 4.4.1-1.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/debian/changelog b/debian/changelog
index bf20c0a..7a7592a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-modules-sale-complaint (4.4.1-1) unstable; urgency=medium
+
+  * Merging upstream version 4.4.1.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Thu, 17 Aug 2017 11:54:51 +0200
+
 tryton-modules-sale-complaint (4.4.0-2) unstable; urgency=medium
 
   * Change the maintainer address to tryton-debian at lists.alioth.debian.org
commit 930aad92d9cbe4d2b043676c4e546c9f04db567f
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Thu Aug 17 11:54:51 2017 +0200

    Merging upstream version 4.4.1.

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