[tryton-debian-vcs] tryton-modules-account-deposit branch debian-stretch-3.6 updated. debian/3.6.1-1-4-gfa49fac
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Wed Dec 23 16:50:23 UTC 2015
The following commit has been merged in the debian-stretch-3.6 branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-account-deposit.git;a=commitdiff;h=debian/3.6.1-1-4-gfa49fac
commit fa49facbae22c91c8c4b6eab93aaf3580d9ed8f3
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Dec 23 15:05:12 2015 +0100
Releasing debian version 3.6.2-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index 8684aaa..e7eeb57 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+tryton-modules-account-deposit (3.6.2-1) unstable; urgency=medium
+
+ * Improving description why we can not run the module test suites.
+ * Setting the branch in the watch file to the fixed version 3.6.
+ * Merging upstream version 3.6.2.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Wed, 23 Dec 2015 15:05:12 +0100
+
tryton-modules-account-deposit (3.6.1-1) unstable; urgency=medium
* Adapting section naming in gbp.conf to current git-buildpackage.
commit 3fb26b5b7d366f472bee4d550b2a622cfbfd1079
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Dec 23 15:05:11 2015 +0100
Merging upstream version 3.6.2.
diff --git a/CHANGELOG b/CHANGELOG
index fbf875c..b82ec29 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.6.2 - 2015-12-22
+* Bug fixes (see mercurial logs for details)
+
Version 3.6.1 - 2015-07-13
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index d00bed6..5ef1b43 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond_account_deposit
-Version: 3.6.1
+Version: 3.6.2
Summary: Tryton module for accounting deposit
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/party.py b/party.py
index a9db42a..f3ffb59 100644
--- a/party.py
+++ b/party.py
@@ -103,7 +103,7 @@ class Party:
line = MoveLine.__table__()
account = Account.__table__()
- assert account.kind == 'deposit'
+ assert deposit_account.kind == 'deposit'
cursor.lock(MoveLine._table)
diff --git a/tryton.cfg b/tryton.cfg
index d622cc8..24703eb 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=3.6.1
+version=3.6.2
depends:
account
account_invoice
diff --git a/trytond_account_deposit.egg-info/PKG-INFO b/trytond_account_deposit.egg-info/PKG-INFO
index cdad162..f8e5428 100644
--- a/trytond_account_deposit.egg-info/PKG-INFO
+++ b/trytond_account_deposit.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: trytond-account-deposit
-Version: 3.6.1
+Version: 3.6.2
Summary: Tryton module for accounting deposit
Home-page: http://www.tryton.org/
Author: Tryton
--
tryton-modules-account-deposit
More information about the tryton-debian-vcs
mailing list