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

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Tue Aug 26 16:41:36 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.git;a=commitdiff;h=debian/3.2.0-1-3-g7104c01

commit 7104c019067b8227b31cd1faca69fc7b5532c03f
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Tue Aug 26 14:48:56 2014 +0200

    Releasing debian version 3.2.1-1.

diff --git a/debian/changelog b/debian/changelog
index cde48cf..5888479 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tryton-modules-account (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 14:48:55 +0200
+
 tryton-modules-account (3.2.0-1) unstable; urgency=medium
 
   * Merging upstream version 3.2.0.
commit 26d1f13f5655ce9cd8c74f8887a9139d305610c2
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Tue Aug 26 14:48:53 2014 +0200

    Merging upstream version 3.2.1.

diff --git a/CHANGELOG b/CHANGELOG
index 0b59685..e0e008f 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)
 * Add start/end date to tax
diff --git a/PKG-INFO b/PKG-INFO
index c1a276a..01238f2 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_account
-Version: 3.2.0
+Version: 3.2.1
 Summary: Tryton module for accounting
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/TODO b/TODO
deleted file mode 100644
index 27c43ef..0000000
--- a/TODO
+++ /dev/null
@@ -1,2 +0,0 @@
-- Change code rules on taxes to use a one2many instead of fixed fields
-- Add a sequence on tax code
diff --git a/setup.py b/setup.py
index dc4936d..9c76991 100644
--- a/setup.py
+++ b/setup.py
@@ -64,7 +64,7 @@ setup(name=name,
     package_data={
         'trytond.modules.account': (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 ae92e7a..2e200e0 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=3.2.0
+version=3.2.1
 depends:
     company
     currency
diff --git a/trytond_account.egg-info/PKG-INFO b/trytond_account.egg-info/PKG-INFO
index 46ac4b1..f23e66d 100644
--- a/trytond_account.egg-info/PKG-INFO
+++ b/trytond_account.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond-account
-Version: 3.2.0
+Version: 3.2.1
 Summary: Tryton module for accounting
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/trytond_account.egg-info/SOURCES.txt b/trytond_account.egg-info/SOURCES.txt
index fc423fc..fd77f6c 100644
--- a/trytond_account.egg-info/SOURCES.txt
+++ b/trytond_account.egg-info/SOURCES.txt
@@ -4,7 +4,6 @@ INSTALL
 LICENSE
 MANIFEST.in
 README
-TODO
 account.xml
 aged_balance.odt
 configuration.xml
-- 
tryton-modules-account



More information about the tryton-debian-vcs mailing list