[tryton-debian-vcs] tryton-modules-account branch debian-jessie-2.8 updated. debian/2.8.5-1-2-g3785688
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Tue Aug 26 16:41:37 UTC 2014
The following commit has been merged in the debian-jessie-2.8 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-account.git;a=commitdiff;h=debian/2.8.5-1-2-g3785688
commit 3785688eb2b854e080fe75cb7e102b4dfd47d485
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Tue Aug 26 14:51:34 2014 +0200
Releasing debian version 2.8.6-1.
diff --git a/debian/changelog b/debian/changelog
index 21e2eb8..4553f56 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tryton-modules-account (2.8.6-1) unstable; urgency=medium
+
+ * Merging upstream version 2.8.6.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Tue, 26 Aug 2014 14:51:34 +0200
+
tryton-modules-account (2.8.5-1) unstable; urgency=medium
* Merging upstream version 2.8.5.
commit 4e525af6ccbbd1c5b0912a37b1c4e62fb8ced1a7
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Tue Aug 26 14:51:32 2014 +0200
Merging upstream version 2.8.6.
diff --git a/CHANGELOG b/CHANGELOG
index 36057e9..ab2482a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 2.8.6 - 2014-08-03
+* Bug fixes (see mercurial logs for details)
+
Version 2.8.5 - 2014-05-06
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index bb3fe97..6c69300 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_account
-Version: 2.8.5
+Version: 2.8.6
Summary: Tryton module for accounting
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/setup.py b/setup.py
index 8998a07..0c4cb4c 100644
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,7 @@ setup(name='trytond_account',
package_data={
'trytond.modules.account': (info.get('xml', [])
+ ['tryton.cfg', 'view/*.xml', 'locale/*.po', '*.odt',
- 'icons/*.svg']),
+ 'icons/*.svg', 'tests/*.rst']),
},
classifiers=[
'Development Status :: 5 - Production/Stable',
diff --git a/tryton.cfg b/tryton.cfg
index fe37cf5..b12c0f9 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=2.8.5
+version=2.8.6
depends:
company
currency
diff --git a/trytond_account.egg-info/PKG-INFO b/trytond_account.egg-info/PKG-INFO
index 38d3134..27e9f5e 100644
--- a/trytond_account.egg-info/PKG-INFO
+++ b/trytond_account.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-account
-Version: 2.8.5
+Version: 2.8.6
Summary: Tryton module for accounting
Home-page: http://www.tryton.org/
Author: Tryton
--
tryton-modules-account
More information about the tryton-debian-vcs
mailing list