[tryton-debian-vcs] tryton-modules-stock branch debian updated. debian/4.4.0-1-3-g552b6d2

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

commit 552b6d244c2f8ce14b1e501bbdb925b495ef7b52
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sun Jul 2 17:12:51 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 30df890..0ef0748 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tryton-modules-stock (4.4.1-1) unstable; urgency=medium
+
+  * Change the maintainer address to tryton-debian at lists.alioth.debian.org
+    (Closes: #865109).
+  * Merging upstream version 4.4.1.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Sun, 02 Jul 2017 17:12:51 +0200
+
 tryton-modules-stock (4.4.0-1) unstable; urgency=medium
 
   * Merging upstream version 4.4.0.
commit 549873007327e469c1068384e1febba2335fbabc
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sun Jul 2 17:12:50 2017 +0200

    Merging upstream version 4.4.1.

diff --git a/CHANGELOG b/CHANGELOG
index 4b2d1b0..46fbe8e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 4.4.1 - 2017-07-01
+* Bug fixes (see mercurial logs for details)
+
 Version 4.4.0 - 2017-05-01
 * Bug fixes (see mercurial logs for details)
 * Add employee on shipments for some states
diff --git a/PKG-INFO b/PKG-INFO
index 85c15c6..b49b62b 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_stock
-Version: 4.4.0
+Version: 4.4.1
 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 a78f10b..638b77a 100644
--- a/shipment.py
+++ b/shipment.py
@@ -2375,6 +2375,7 @@ class ShipmentInternal(Workflow, ModelSQL, ModelView):
         pass
 
     @classmethod
+    @ModelView.button
     @Workflow.transition('shipped')
     @set_employee('shipped_by')
     def ship(cls, shipments):
diff --git a/tryton.cfg b/tryton.cfg
index 24a65c6..6237a89 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=4.4.0
+version=4.4.1
 depends:
     company
     currency
diff --git a/trytond_stock.egg-info/PKG-INFO b/trytond_stock.egg-info/PKG-INFO
index 1e7568c..c3d7a8e 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.0
+Version: 4.4.1
 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