[tryton-debian-vcs] tryton-modules-stock branch debian-stretch-4.2 updated. debian/4.2.3-1-4-g21e041e
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-stretch-4.2 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-stock.git;a=commitdiff;h=debian/4.2.3-1-4-g21e041e
commit 21e041ef968ba140dcd382200e9e65fc39fbf0cb
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Thu Oct 5 12:10:30 2017 +0200
Releasing debian version 4.2.4-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index 7a9c37b..3e391d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tryton-modules-stock (4.2.4-1) unstable; urgency=medium
+
+ * Use the preferred https URL format in the copyright file.
+ * Bump the Standards-Version to 4.0.1.
+ * Merging upstream version 4.2.4.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Thu, 05 Oct 2017 12:10:30 +0200
+
tryton-modules-stock (4.2.3-1) unstable; urgency=medium
* Merging upstream version 4.2.3.
commit 16cb016cb390aaeffa524c31bfa5c565785e3228
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Thu Oct 5 12:10:29 2017 +0200
Merging upstream version 4.2.4.
diff --git a/CHANGELOG b/CHANGELOG
index 68b3eea..dbf291c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 4.2.4 - 2017-10-04
+* Bug fixes (see mercurial logs for details)
+
Version 4.2.3 - 2017-08-08
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index 22c2bb5..8a0b07e 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_stock
-Version: 4.2.3
+Version: 4.2.4
Summary: Tryton module for stock and inventory
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/period.py b/period.py
index 2a272df..671bf48 100644
--- a/period.py
+++ b/period.py
@@ -69,7 +69,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 a6c9b63..196d020 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=4.2.3
+version=4.2.4
depends:
company
currency
diff --git a/trytond_stock.egg-info/PKG-INFO b/trytond_stock.egg-info/PKG-INFO
index 970820f..79592fb 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.2.3
+Version: 4.2.4
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