[tryton-debian-vcs] tryton-modules-account-invoice branch debian-jessie-3.0 updated. debian/3.0.3-1-2-g19469ac
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Tue Aug 26 16:42:11 UTC 2014
The following commit has been merged in the debian-jessie-3.0 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-account-invoice.git;a=commitdiff;h=debian/3.0.3-1-2-g19469ac
commit 19469ac9b01394297a2581c80653978f526c254a
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Tue Aug 26 14:29:51 2014 +0200
Releasing debian version 3.0.4-1.
diff --git a/debian/changelog b/debian/changelog
index 8e87b94..61a5d85 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-modules-account-invoice (3.0.4-1) unstable; urgency=medium
+
+ * Merging upstream version 3.0.4.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Tue, 26 Aug 2014 14:29:51 +0200
+
tryton-modules-account-invoice (3.0.3-1) unstable; urgency=medium
* Setting the branch in the watch file to the fixed version 3.0.
commit 392832c55e964e45b861c745e0ec5414b91f4bc7
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Tue Aug 26 14:29:48 2014 +0200
Merging 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