[tryton-debian-vcs] tryton-modules-stock branch debian-stretch-4.2 updated. debian/4.2.1-1-3-gd6d547b
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Sun Jul 2 17:57:07 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.1-1-3-gd6d547b
commit d6d547b51ab3ca9bc7d8ffd17ed6dc866f561161
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sun Jul 2 17:14:19 2017 +0200
Releasing debian version 4.2.2-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index 8ede2f0..857a517 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tryton-modules-stock (4.2.2-1) unstable; urgency=medium
+
+ * Setting the branch in the watch file to the fixed version 4.2.
+ * Merging upstream version 4.2.2.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Sun, 02 Jul 2017 17:14:19 +0200
+
tryton-modules-stock (4.2.1-1) unstable; urgency=medium
* Add the actual upstream maintainer key to signing-key.asc.
commit d10d2657ca7a33c795e8ad32834e0234f9b75d2e
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sun Jul 2 17:14:18 2017 +0200
Merging upstream version 4.2.2.
diff --git a/CHANGELOG b/CHANGELOG
index f17bb98..38ac6d4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 4.2.2 - 2017-07-01
+* Bug fixes (see mercurial logs for details)
+
Version 4.2.1 - 2017-03-10
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index d003179..6b1d805 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_stock
-Version: 4.2.1
+Version: 4.2.2
Summary: Tryton module for stock and inventory
Home-page: http://www.tryton.org/
Author: Tryton
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/shipment.py b/shipment.py
index ad29c3a..caf0ac8 100644
--- a/shipment.py
+++ b/shipment.py
@@ -2272,6 +2272,7 @@ class ShipmentInternal(Workflow, ModelSQL, ModelView):
pass
@classmethod
+ @ModelView.button
@Workflow.transition('shipped')
def ship(cls, shipments):
pool = Pool()
diff --git a/tryton.cfg b/tryton.cfg
index 3753c69..9799ab7 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=4.2.1
+version=4.2.2
depends:
company
currency
diff --git a/trytond_stock.egg-info/PKG-INFO b/trytond_stock.egg-info/PKG-INFO
index 2c5f27d..08480da 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.1
+Version: 4.2.2
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