[tryton-debian-vcs] tryton-modules-account-payment branch debian updated. debian/3.2.0-1-3-g6de4f7b

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 debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-account-payment.git;a=commitdiff;h=debian/3.2.0-1-3-g6de4f7b

commit 6de4f7b373d72e9fe5a48ed2cb666b720ce425f8
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Tue Aug 26 13:16:28 2014 +0200

    Releasing debian version 3.2.1-1.

diff --git a/debian/changelog b/debian/changelog
index 2b0dd2f..5814a4b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tryton-modules-account-payment (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>  Tue, 26 Aug 2014 13:16:28 +0200
+
 tryton-modules-account-payment (3.2.0-1) unstable; urgency=medium
 
   * Initial release (Closes: #742736).
commit 674490b2934a0a7348e33ecb0cc22ea31e0c5538
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Tue Aug 26 13:16:26 2014 +0200

    Merging 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