[tryton-debian-vcs] tryton-modules-stock-package-shipping branch debian updated. debian/4.4.0-4-3-g7bb6e1e
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 debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-stock-package-shipping.git;a=commitdiff;h=debian/4.4.0-4-3-g7bb6e1e
commit 7bb6e1efa18b8e871dd420545a82530d45195382
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Thu Oct 5 12:12:42 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 596195e..a5cc370 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+tryton-modules-stock-package-shipping (4.4.1-1) unstable; urgency=medium
+
+ * Bump the Standards-Version to 4.1.0, no changes needed.
+ * Merging upstream version 4.4.1.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Thu, 05 Oct 2017 12:12:42 +0200
+
tryton-modules-stock-package-shipping (4.4.0-4) unstable; urgency=medium
* Switch to Python3.
commit 18b5571c16d63ab6ba67047d7ff5bb58de8e8c10
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Thu Oct 5 12:12:41 2017 +0200
Merging upstream version 4.4.1.
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