[tryton-debian-vcs] tryton-modules-sale-shipment-grouping branch upstream updated. upstream/3.2.0-1-ga3d523a
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Thu Jul 3 16:02:30 UTC 2014
The following commit has been merged in the upstream branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-sale-shipment-grouping.git;a=commitdiff;h=upstream/3.2.0-1-ga3d523a
commit a3d523a154ad9231a95be0393d19feb509b86a29
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Thu Jul 3 14:59:20 2014 +0200
Adding upstream version 3.2.1.
diff --git a/CHANGELOG b/CHANGELOG
index 18cc18b..0093e9c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,2 +1,5 @@
+Version 3.2.1 - 2014-07-02
+* Bug fixes (see mercurial logs for details)
+
Version 3.2.0 - 2014-04-21
* Initial release
\ No newline at end of file
diff --git a/PKG-INFO b/PKG-INFO
index 9e0db9b..4d511af 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_sale_shipment_grouping
-Version: 3.2.0
+Version: 3.2.1
Summary: Tryton module to group sale stock moves
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/setup.py b/setup.py
index d33a53d..588276f 100644
--- a/setup.py
+++ b/setup.py
@@ -46,6 +46,8 @@ for dep in info.get('depends', []):
requires.append(get_require_version('trytond_%s' % dep))
requires.append(get_require_version('trytond'))
+tests_require = [get_require_version('proteus')]
+
setup(name=name,
version=version,
description='Tryton module to group sale stock moves',
@@ -95,4 +97,5 @@ setup(name=name,
""",
test_suite='tests',
test_loader='trytond.test_loader:Loader',
+ tests_require=tests_require,
)
diff --git a/tryton.cfg b/tryton.cfg
index aec75ab..990a5bb 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=3.2.0
+version=3.2.1
depends:
ir
res
diff --git a/trytond_sale_shipment_grouping.egg-info/PKG-INFO b/trytond_sale_shipment_grouping.egg-info/PKG-INFO
index af91502..a48e021 100644
--- a/trytond_sale_shipment_grouping.egg-info/PKG-INFO
+++ b/trytond_sale_shipment_grouping.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-sale-shipment-grouping
-Version: 3.2.0
+Version: 3.2.1
Summary: Tryton module to group sale stock moves
Home-page: http://www.tryton.org/
Author: Tryton
--
tryton-modules-sale-shipment-grouping
More information about the tryton-debian-vcs
mailing list