[tryton-debian-vcs] tryton-modules-account-invoice branch debian updated. debian/3.2.0-1-3-gad4495c
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 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-account-invoice.git;a=commitdiff;h=debian/3.2.0-1-3-gad4495c
commit ad4495c9086fa6f9ad1444a50a164ac3949eac70
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Tue Aug 26 14:24:20 2014 +0200
Releasing debian version 3.2.1-1.
diff --git a/debian/changelog b/debian/changelog
index 3e90794..14ea54c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tryton-modules-account-invoice (3.2.1-1) unstable; urgency=medium
+
+ * Updating signing key while using now plain .asc files instead of .pgp
+ binaries.
+ * Merging upstream version 3.2.1.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Tue, 26 Aug 2014 14:24:20 +0200
+
tryton-modules-account-invoice (3.2.0-1) unstable; urgency=medium
* Merging upstream version 3.2.0.
commit 5c1a0ad479a92b640061c3d326e510c60b18dc89
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Tue Aug 26 14:24:18 2014 +0200
Merging upstream version 3.2.1.
diff --git a/CHANGELOG b/CHANGELOG
index c1b4b55..ece408b 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)
* Use account of write-off journal as default
diff --git a/PKG-INFO b/PKG-INFO
index 3bf3aee..ab1c2e0 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_account_invoice
-Version: 3.2.0
+Version: 3.2.1
Summary: Tryton module for invoicing
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/TODO b/TODO
deleted file mode 100644
index 66ce446..0000000
--- a/TODO
+++ /dev/null
@@ -1,2 +0,0 @@
-- Add a reference field on the invoice to provide links to other
- models (e.g. sale, purchase)
\ No newline at end of file
diff --git a/setup.py b/setup.py
index e236636..adbf7ba 100644
--- a/setup.py
+++ b/setup.py
@@ -63,7 +63,8 @@ setup(name=name,
],
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 bb8d78e..7ae94e7 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=3.2.0
+version=3.2.1
depends:
account
account_product
diff --git a/trytond_account_invoice.egg-info/PKG-INFO b/trytond_account_invoice.egg-info/PKG-INFO
index 1e555bf..a3592f3 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.2.0
+Version: 3.2.1
Summary: Tryton module for invoicing
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/trytond_account_invoice.egg-info/SOURCES.txt b/trytond_account_invoice.egg-info/SOURCES.txt
index 7090316..f2e3817 100644
--- a/trytond_account_invoice.egg-info/SOURCES.txt
+++ b/trytond_account_invoice.egg-info/SOURCES.txt
@@ -4,7 +4,6 @@ INSTALL
LICENSE
MANIFEST.in
README
-TODO
account.xml
invoice.odt
invoice.xml
--
tryton-modules-account-invoice
More information about the tryton-debian-vcs
mailing list