[tryton-debian-vcs] tryton-modules-account-payment branch upstream updated. upstream/3.2.0-1-gfb23d4a
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Tue Aug 26 16:42:25 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-account-payment.git;a=commitdiff;h=upstream/3.2.0-1-gfb23d4a
commit fb23d4a309f726dd01750d6016e18ae5ec6c8d06
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Tue Aug 26 13:16:25 2014 +0200
Adding upstream version 3.2.1.
diff --git a/CHANGELOG b/CHANGELOG
index 18cc18b..21c1006 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,2 +1,5 @@
+Version 3.2.1 - 2014-08-03
+* 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 5017a4e..2f27a94 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_account_payment
-Version: 3.2.0
+Version: 3.2.1
Summary: Tryton module for payment
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/setup.py b/setup.py
index 250c952..634e381 100644
--- a/setup.py
+++ b/setup.py
@@ -66,7 +66,7 @@ setup(name=name,
package_data={
'trytond.modules.account_payment': (info.get('xml', [])
+ ['tryton.cfg', 'view/*.xml', 'locale/*.po', '*.odt',
- 'icons/*.svg']),
+ 'icons/*.svg', 'tests/*.rst']),
},
classifiers=[
'Development Status :: 5 - Production/Stable',
diff --git a/tryton.cfg b/tryton.cfg
index 3c038d4..5200527 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=3.2.0
+version=3.2.1
depends:
account
company
diff --git a/trytond_account_payment.egg-info/PKG-INFO b/trytond_account_payment.egg-info/PKG-INFO
index da1929b..a9558e1 100644
--- a/trytond_account_payment.egg-info/PKG-INFO
+++ b/trytond_account_payment.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-account-payment
-Version: 3.2.0
+Version: 3.2.1
Summary: Tryton module for payment
Home-page: http://www.tryton.org/
Author: Tryton
--
tryton-modules-account-payment
More information about the tryton-debian-vcs
mailing list