[tryton-debian-vcs] tryton-modules-account branch debian updated. debian/3.6.0-1-4-g66adc8a
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Wed Jul 15 14:16:47 UTC 2015
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.git;a=commitdiff;h=debian/3.6.0-1-4-g66adc8a
commit 66adc8a1496b166faa7e23c98cb755f5a1e94ab2
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Jul 15 14:02:21 2015 +0200
Releasing debian version 3.6.1-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index 4ab893b..bea72d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tryton-modules-account (3.6.1-1) unstable; urgency=medium
+
+ * Updating year of debian copyright.
+ * Adapting section naming in gbp.conf to current git-buildpackage.
+ * Merging upstream version 3.6.1.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Wed, 15 Jul 2015 14:02:21 +0200
+
tryton-modules-account (3.6.0-1) unstable; urgency=medium
* Wrapping and sorting control files (wrap-and-sort -bts).
commit 4a0f9f6fbc3964a04afea261637978e006ca8c59
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Jul 15 14:02:21 2015 +0200
Merging upstream version 3.6.1.
diff --git a/CHANGELOG b/CHANGELOG
index 96b2931..96e0961 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.6.1 - 2015-07-13
+* Bug fixes (see mercurial logs for details)
+
Version 3.6.0 - 2015-04-20
* Bug fixes (see mercurial logs for details)
* Add support for PyPy
diff --git a/PKG-INFO b/PKG-INFO
index 8e8fc75..357f6cc 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_account
-Version: 3.6.0
+Version: 3.6.1
Summary: Tryton module for accounting
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/account.py b/account.py
index 7f78c69..65fe3eb 100644
--- a/account.py
+++ b/account.py
@@ -2049,6 +2049,7 @@ class ThirdPartyBalance(Report):
report_context['total_debit'] = sum((x['debit'] for x in objects))
report_context['total_credit'] = sum((x['credit'] for x in objects))
report_context['total_solde'] = sum((x['solde'] for x in objects))
+ report_context['records'] = objects
return report_context
diff --git a/tryton.cfg b/tryton.cfg
index aae50aa..5b1498e 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=3.6.0
+version=3.6.1
depends:
company
currency
diff --git a/trytond_account.egg-info/PKG-INFO b/trytond_account.egg-info/PKG-INFO
index 9b3d1b0..672b696 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: 3.6.0
+Version: 3.6.1
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