[tryton-debian-vcs] tryton-modules-account-invoice branch debian updated. debian/3.0.0-2-2-g2919bf4
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Sun Jan 19 19:05:15 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-invoice.git;a=commitdiff;h=debian/3.0.0-2-2-g2919bf4
commit 2919bf4be7b0827c13c7c949e1c6922530cb9fda
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sun Jan 19 20:05:04 2014 +0100
Releasing debian version 3.0.1-1.
diff --git a/debian/changelog b/debian/changelog
index ee5798f..3bfe34f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-modules-account-invoice (3.0.1-1) unstable; urgency=medium
+
+ * Merging upstream version 3.0.1.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Sun, 19 Jan 2014 19:41:07 +0100
+
tryton-modules-account-invoice (3.0.0-2) unstable; urgency=low
* Pointing VCS fields to new location on alioth.debian.org.
commit ef43ca7567f1ec6f435feec05e5f4a4f08739a38
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sun Jan 19 19:38:15 2014 +0100
Merging upstream version 3.0.1.
diff --git a/CHANGELOG b/CHANGELOG
index 53bcf28..11b7949 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.0.1 - 2014-01-18
+* Bug fixes (see mercurial logs for details)
+
Version 3.0.0 - 2013-10-21
* Bug fixes (see mercurial logs for details)
* Use account move as cache
diff --git a/PKG-INFO b/PKG-INFO
index eb4dad7..65fddb7 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_account_invoice
-Version: 3.0.0
+Version: 3.0.1
Summary: Tryton module for invoicing
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/invoice.py b/invoice.py
index 1545f58..8524e50 100644
--- a/invoice.py
+++ b/invoice.py
@@ -2422,7 +2422,7 @@ class InvoiceReport(Report):
and invoice.type in ('out_invoice', 'out_credit_note')):
Invoice.write([Invoice(invoice.id)], {
'invoice_report_format': res[0],
- 'invoice_report_cache': res[1],
+ 'invoice_report_cache': buffer(res[1]),
})
return res
diff --git a/tryton.cfg b/tryton.cfg
index c13463f..7439199 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=3.0.0
+version=3.0.1
depends:
account
account_product
diff --git a/trytond_account_invoice.egg-info/PKG-INFO b/trytond_account_invoice.egg-info/PKG-INFO
index 8931671..772008c 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.0
+Version: 3.0.1
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