[tryton-debian-vcs] tryton-modules-account-invoice branch upstream-2.8 updated. upstream/2.8.6-1-gb307d9c

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-2.8 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-account-invoice.git;a=commitdiff;h=upstream/2.8.6-1-gb307d9c

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

    Adding upstream version 2.8.7.

diff --git a/CHANGELOG b/CHANGELOG
index 0945552..a43858e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 2.8.7 - 2014-08-03
+* Bug fixes (see mercurial logs for details)
+
 Version 2.8.6 - 2014-03-22
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index 58b7f90..e37d095 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trytond_account_invoice
-Version: 2.8.6
+Version: 2.8.7
 Summary: Tryton module for invoicing
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/setup.py b/setup.py
index 95ef2dc..d34f8fa 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 891d670..76dd4bb 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
 [tryton]
-version=2.8.6
+version=2.8.7
 depends:
     account
     account_product
diff --git a/trytond_account_invoice.egg-info/PKG-INFO b/trytond_account_invoice.egg-info/PKG-INFO
index 4bce545..a01df44 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: 2.8.6
+Version: 2.8.7
 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