[tryton-debian-vcs] tryton-modules-party-relationship branch upstream updated. upstream/3.2.0-1-g9b44297
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 upstream branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-party-relationship.git;a=commitdiff;h=upstream/3.2.0-1-g9b44297
commit 9b442977a073b8b6bf124fc1de9300496ee3ed28
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Thu Jul 3 14:32:06 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 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