[tryton-debian-vcs] tryton-modules-stock-package-shipping branch upstream updated. upstream/4.4.0-1-g2f31d22

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Thu Oct 5 12:28:14 UTC 2017


The following commit has been merged in the upstream branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-stock-package-shipping.git;a=commitdiff;h=upstream/4.4.0-1-g2f31d22

commit 2f31d22bf508808d75e1df47bda87e59345ae86e
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Thu Oct 5 12:12:40 2017 +0200

    Adding upstream version 4.4.1.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/CHANGELOG b/CHANGELOG
index 57d8820..4e75480 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 4.4.1 - 2017-10-04
+* Bug fixes (see mercurial logs for details)
+
 Version 4.4.0 - 2017-05-01
 * Bug fixes (see mercurial logs for details)
 * Move package weight to stock_shipment_measurements module
diff --git a/PKG-INFO b/PKG-INFO
index 51b8794..aca7bc3 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_stock_package_shipping
-Version: 4.4.0
+Version: 4.4.1
 Summary: The package shipping module of the Tryton application platform.
 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/setup.py b/setup.py
index 136e1d3..5423577 100644
--- a/setup.py
+++ b/setup.py
@@ -116,7 +116,7 @@ setup(name=name,
     zip_safe=False,
     entry_points="""
     [trytond.modules]
-    shipping = trytond.modules.stock_package_shipping
+    stock_package_shipping = trytond.modules.stock_package_shipping
     """,
     test_suite='tests',
     test_loader='trytond.test_loader:Loader',
diff --git a/tryton.cfg b/tryton.cfg
index cd81a17..3a078f9 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=4.4.0
+version=4.4.1
 depends:
     ir
     res
diff --git a/trytond_stock_package_shipping.egg-info/PKG-INFO b/trytond_stock_package_shipping.egg-info/PKG-INFO
index ca98ac2..e030f30 100644
--- a/trytond_stock_package_shipping.egg-info/PKG-INFO
+++ b/trytond_stock_package_shipping.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-stock-package-shipping
-Version: 4.4.0
+Version: 4.4.1
 Summary: The package shipping module of the Tryton application platform.
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/trytond_stock_package_shipping.egg-info/entry_points.txt b/trytond_stock_package_shipping.egg-info/entry_points.txt
index a7898d4..004d98e 100644
--- a/trytond_stock_package_shipping.egg-info/entry_points.txt
+++ b/trytond_stock_package_shipping.egg-info/entry_points.txt
@@ -1,4 +1,4 @@
 
     [trytond.modules]
-    shipping = trytond.modules.stock_package_shipping
+    stock_package_shipping = trytond.modules.stock_package_shipping
     
\ No newline at end of file
-- 
tryton-modules-stock-package-shipping



More information about the tryton-debian-vcs mailing list