[tryton-debian-vcs] tryton-modules-account-invoice branch upstream-3.0 updated. upstream/3.0.3-1-g88dd187
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Tue Aug 26 16:42:12 UTC 2014
The following commit has been merged in the upstream-3.0 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-account-invoice.git;a=commitdiff;h=upstream/3.0.3-1-g88dd187
commit 88dd187d0d3e4ea8332d3b584628acc617c8e8b3
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Tue Aug 26 14:29:47 2014 +0200
Adding upstream version 3.0.4.
diff --git a/CHANGELOG b/CHANGELOG
index 6221cd9..f0429de 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.0.4 - 2014-08-03
+* Bug fixes (see mercurial logs for details)
+
Version 3.0.3 - 2014-05-06
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index 25882f8..1e6d54c 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_account_invoice
-Version: 3.0.3
+Version: 3.0.4
Summary: Tryton module for invoicing
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/setup.py b/setup.py
index 1c04f14..7bb618d 100644
--- a/setup.py
+++ b/setup.py
@@ -45,7 +45,8 @@ setup(name='trytond_account_invoice',
],
package_data={
'trytond.modules.account_invoice': (info.get('xml', [])
- + ['tryton.cfg', 'view/*.xml', 'locale/*.po', 'invoice.odt']),
+ + ['tryton.cfg', 'view/*.xml', 'locale/*.po', 'invoice.odt',
+ 'tests/*.rst']),
},
classifiers=[
'Development Status :: 5 - Production/Stable',
diff --git a/tryton.cfg b/tryton.cfg
index dc9cdef..e04d224 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=3.0.3
+version=3.0.4
depends:
account
account_product
diff --git a/trytond_account_invoice.egg-info/PKG-INFO b/trytond_account_invoice.egg-info/PKG-INFO
index bb94d49..e167134 100644
--- a/trytond_account_invoice.egg-info/PKG-INFO
+++ b/trytond_account_invoice.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-account-invoice
-Version: 3.0.3
+Version: 3.0.4
Summary: Tryton module for invoicing
Home-page: http://www.tryton.org/
Author: Tryton
--
tryton-modules-account-invoice
More information about the tryton-debian-vcs
mailing list