[tryton-debian-vcs] tryton-modules-account branch upstream updated. upstream/3.2.0-1-gbc389f6

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

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

    Adding 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