[tryton-debian-vcs] tryton-modules-party-relationship branch debian updated. debian/3.2.0-1-3-g775d092

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Thu Jul 3 16:00:53 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-party-relationship.git;a=commitdiff;h=debian/3.2.0-1-3-g775d092

commit 775d092f2230f4bc610aa870298defcee1128dcd
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Thu Jul 3 14:32:10 2014 +0200

    Releasing debian version 3.2.1-1.

diff --git a/debian/changelog b/debian/changelog
index fde4d61..a836b4f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tryton-modules-party-relationship (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:32:10 +0200
+
 tryton-modules-party-relationship (3.2.0-1) unstable; urgency=medium
 
   * Initial release (Closes: #742739).
commit 38156c44b27e83b1ee85ad022afb95af44dad81a
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Thu Jul 3 14:32:07 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 e6b803f..0cedda5 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_party_relationship
-Version: 3.2.0
+Version: 3.2.1
 Summary: Party Relationship module for Tryton
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/setup.py b/setup.py
index 72b79d4..addcec2 100644
--- a/setup.py
+++ b/setup.py
@@ -47,7 +47,7 @@ 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')]
+tests_require = []
 
 setup(name=name,
     version=version,
diff --git a/tryton.cfg b/tryton.cfg
index c48feb0..532cef5 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.2.0
+version=3.2.1
 depends:
     party
 xml:
diff --git a/trytond_party_relationship.egg-info/PKG-INFO b/trytond_party_relationship.egg-info/PKG-INFO
index e796a9b..86af66d 100644
--- a/trytond_party_relationship.egg-info/PKG-INFO
+++ b/trytond_party_relationship.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-party-relationship
-Version: 3.2.0
+Version: 3.2.1
 Summary: Party Relationship module for Tryton
 Home-page: http://www.tryton.org/
 Author: Tryton
-- 
tryton-modules-party-relationship



More information about the tryton-debian-vcs mailing list