[tryton-debian-vcs] tryton-modules-sale-shipment-grouping branch debian updated. debian/3.2.0-1-3-gf253b1f
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 debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-sale-shipment-grouping.git;a=commitdiff;h=debian/3.2.0-1-3-gf253b1f
commit f253b1f23315fef7c0739606f7c4a8da6504f658
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Thu Jul 3 14:59:24 2014 +0200
Releasing debian version 3.2.1-1.
diff --git a/debian/changelog b/debian/changelog
index 0a96b5e..802b1c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tryton-modules-sale-shipment-grouping (3.2.1-1) unstable; urgency=medium
+
+ * Updating signing key while using now plain .asc files instead of .pgp
+ binaries.
+ * Merging upstream version 3.2.1.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Thu, 03 Jul 2014 14:59:23 +0200
+
tryton-modules-sale-shipment-grouping (3.2.0-1) unstable; urgency=medium
* Initial release (Closes: #742741).
commit f407ec308700f3ca9043d0256b18ecbc77acf24f
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Thu Jul 3 14:59:21 2014 +0200
Merging 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