[tryton-debian-vcs] tryton-modules-account-dunning branch upstream updated. upstream/3.2.0-1-ga3d0092
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Tue Aug 26 16:41:59 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-dunning.git;a=commitdiff;h=upstream/3.2.0-1-ga3d0092
commit a3d0092b8b002d08c8a53f00576968c721d05c3c
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Tue Aug 26 13:32:58 2014 +0200
Adding upstream version 3.2.1.
diff --git a/CHANGELOG b/CHANGELOG
index a77894f..3e36884 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.2.1 - 2014-08-03
+* 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 05c7f12..652a20f 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_account_dunning
-Version: 3.2.0
+Version: 3.2.1
Summary: Tryton module for account dunning
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/setup.py b/setup.py
index e02fac5..0987a7e 100644
--- a/setup.py
+++ b/setup.py
@@ -63,7 +63,7 @@ setup(name=name,
],
package_data={
'trytond.modules.account_dunning': (info.get('xml', [])
- + ['tryton.cfg', 'view/*.xml', 'locale/*.po']),
+ + ['tryton.cfg', 'view/*.xml', 'locale/*.po', 'tests/*.rst']),
},
classifiers=[
'Development Status :: 5 - Production/Stable',
diff --git a/tryton.cfg b/tryton.cfg
index a36afc2..89347b7 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_dunning.egg-info/PKG-INFO b/trytond_account_dunning.egg-info/PKG-INFO
index 0a1aa8c..f6d22dd 100644
--- a/trytond_account_dunning.egg-info/PKG-INFO
+++ b/trytond_account_dunning.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-account-dunning
-Version: 3.2.0
+Version: 3.2.1
Summary: Tryton module for account dunning
Home-page: http://www.tryton.org/
Author: Tryton
--
tryton-modules-account-dunning
More information about the tryton-debian-vcs
mailing list