[tryton-debian-vcs] tryton-modules-stock branch debian updated. debian/4.4.2-3-3-gee9b2c6

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Thu Oct 5 12:27:50 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-stock.git;a=commitdiff;h=debian/4.4.2-3-3-gee9b2c6

commit ee9b2c6dedc7136c6d8d693f8d85aedc8a6ddfc0
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Thu Oct 5 12:08:35 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index b961dc8..73b2f0d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tryton-modules-stock (4.4.3-1) unstable; urgency=medium
+
+  * Bump the Standards-Version to 4.1.0, no changes needed.
+  * Merging upstream version 4.4.3.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Thu, 05 Oct 2017 12:08:34 +0200
+
 tryton-modules-stock (4.4.2-3) unstable; urgency=medium
 
   * Switch to Python3.
commit 265e75bb1e4300ec17f788806d8a228c380f0bff
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Thu Oct 5 12:08:34 2017 +0200

    Merging upstream version 4.4.3.

diff --git a/CHANGELOG b/CHANGELOG
index d25b87a..0b0dc67 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 4.4.3 - 2017-10-04
+* Bug fixes (see mercurial logs for details)
+
 Version 4.4.2 - 2017-08-08
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index 1976bc1..7105358 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_stock
-Version: 4.4.2
+Version: 4.4.3
 Summary: Tryton module for stock and inventory
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/period.py b/period.py
index c874e44..acd6957 100644
--- a/period.py
+++ b/period.py
@@ -72,7 +72,6 @@ class Period(Workflow, ModelSQL, ModelView):
         if grouping == ('product',):
             return pool.get('stock.period.cache')
 
-    @classmethod
     def get_rec_name(self, name):
         return str(self.date)
 
diff --git a/tryton.cfg b/tryton.cfg
index 66b698c..472b545 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=4.4.2
+version=4.4.3
 depends:
     company
     currency
diff --git a/trytond_stock.egg-info/PKG-INFO b/trytond_stock.egg-info/PKG-INFO
index 62f834b..c25e83b 100644
--- a/trytond_stock.egg-info/PKG-INFO
+++ b/trytond_stock.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-stock
-Version: 4.4.2
+Version: 4.4.3
 Summary: Tryton module for stock and inventory
 Home-page: http://www.tryton.org/
 Author: Tryton
-- 
tryton-modules-stock



More information about the tryton-debian-vcs mailing list