[tryton-debian-vcs] tryton-modules-sale-invoice-grouping branch debian updated. debian/3.2.0-1-3-gc06dc13
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Thu Jul 3 16:02:15 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-invoice-grouping.git;a=commitdiff;h=debian/3.2.0-1-3-gc06dc13
commit c06dc13c0f5d5bfadf5f7b7cbc107a4a3521d7a9
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Thu Jul 3 14:25:56 2014 +0200
Releasing debian version 3.2.1-1.
diff --git a/debian/changelog b/debian/changelog
index 21274d2..d3c772f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tryton-modules-sale-invoice-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:25:56 +0200
+
tryton-modules-sale-invoice-grouping (3.2.0-1) unstable; urgency=medium
* Removing LC_ALL=C.UTF-8 as build environment.
commit d3646747ec745dce28c06f519deacf98bfdfc758
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Thu Jul 3 14:25:54 2014 +0200
Merging upstream version 3.2.1.
diff --git a/CHANGELOG b/CHANGELOG
index a77894f..c71e98a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.2.1 - 2014-07-02
+* Bug fixes (see mercurial logs for details)
+
Version 3.2.0 - 2014-04-21
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index 44b53d9..8c7d61c 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_sale_invoice_grouping
-Version: 3.2.0
+Version: 3.2.1
Summary: Tryton module to group sale invoices
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/setup.py b/setup.py
index 7902041..e5c80c0 100644
--- a/setup.py
+++ b/setup.py
@@ -47,6 +47,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 invoices',
@@ -96,4 +98,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 9a168f2..aa180fe 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_invoice_grouping.egg-info/PKG-INFO b/trytond_sale_invoice_grouping.egg-info/PKG-INFO
index 6db0dd2..349dc2e 100644
--- a/trytond_sale_invoice_grouping.egg-info/PKG-INFO
+++ b/trytond_sale_invoice_grouping.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-sale-invoice-grouping
-Version: 3.2.0
+Version: 3.2.1
Summary: Tryton module to group sale invoices
Home-page: http://www.tryton.org/
Author: Tryton
--
tryton-modules-sale-invoice-grouping
More information about the tryton-debian-vcs
mailing list