[tryton-debian-vcs] tryton-modules-account-de-skr03 branch debian updated. debian/3.2.0-1-5-g1a0cbde
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Thu Oct 23 12:13:00 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-de-skr03.git;a=commitdiff;h=debian/3.2.0-1-5-g1a0cbde
commit 1a0cbdeae0fbae3740fef43dbf6c3e53a2e4845f
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Thu Oct 23 13:31:55 2014 +0200
Releasing debian version 3.4.0-1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/debian/changelog b/debian/changelog
index 333c348..9200cab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+tryton-modules-account-de-skr03 (3.4.0-1) unstable; urgency=medium
+
+ * Updating signing key while using now plain .asc files instead of .pgp
+ binaries.
+ * Adding actual upstream signing key.
+ * Updating to Standards-Version: 3.9.6, no changes needed.
+ * Merging upstream version 3.4.0.
+
+ -- Mathias Behrle <mathiasb at m9s.biz> Tue, 21 Oct 2014 20:23:41 +0200
+
tryton-modules-account-de-skr03 (3.2.0-1) unstable; urgency=medium
* Removing LC_ALL=C.UTF-8 as build environment.
commit 8109bf99479b39d930dd8cf5dda452cdf25a0176
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Tue Oct 21 11:29:04 2014 +0200
Merging upstream version 3.4.0.
diff --git a/CHANGELOG b/CHANGELOG
index 5ed33e5..c0b51e4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.4.0 - 2014-10-20
+* Bug fixes (see mercurial logs for details)
+
Version 3.2.0 - 2014-04-21
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index eb55078..c3d6179 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: trytond_account_de_skr03
-Version: 3.2.0
+Version: 3.4.0
Summary: Tryton module with German chart of accounts SKR03
Home-page: http://www.tryton.org/
Author: Tryton
Author-email: issue_tracker at tryton.org
License: GPL-3
-Download-URL: http://downloads.tryton.org/3.2/
+Download-URL: http://downloads.tryton.org/3.4/
Description: trytond_account_de_skr03
========================
diff --git a/account_de.xml b/account_de.xml
index 2550fbd..d4f66db 100644
--- a/account_de.xml
+++ b/account_de.xml
@@ -2119,6 +2119,7 @@
<field name="reconcile" eval="True"/>
<field name="deferral" eval="True"/>
<field name="kind">receivable</field>
+ <field name="party_required" eval="True"/>
<field name="type" ref="type_1530"/>
<field name="parent" ref="view_balance_1530"/>
</record>
@@ -7480,6 +7481,7 @@
<field name="reconcile" eval="True"/>
<field name="deferral" eval="True"/>
<field name="kind">payable</field>
+ <field name="party_required" eval="True"/>
<field name="type" ref="type_2495"/>
<field name="parent" ref="view_balance_2495"/>
</record>
diff --git a/tryton.cfg b/tryton.cfg
index 02e2185..5aa8150 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=3.2.0
+version=3.4.0
depends:
account
xml:
diff --git a/trytond_account_de_skr03.egg-info/PKG-INFO b/trytond_account_de_skr03.egg-info/PKG-INFO
index c88a137..fb4481d 100644
--- a/trytond_account_de_skr03.egg-info/PKG-INFO
+++ b/trytond_account_de_skr03.egg-info/PKG-INFO
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: trytond-account-de-skr03
-Version: 3.2.0
+Version: 3.4.0
Summary: Tryton module with German chart of accounts SKR03
Home-page: http://www.tryton.org/
Author: Tryton
Author-email: issue_tracker at tryton.org
License: GPL-3
-Download-URL: http://downloads.tryton.org/3.2/
+Download-URL: http://downloads.tryton.org/3.4/
Description: trytond_account_de_skr03
========================
diff --git a/trytond_account_de_skr03.egg-info/SOURCES.txt b/trytond_account_de_skr03.egg-info/SOURCES.txt
index 5278489..d146607 100644
--- a/trytond_account_de_skr03.egg-info/SOURCES.txt
+++ b/trytond_account_de_skr03.egg-info/SOURCES.txt
@@ -8,6 +8,8 @@ account_de.xml
setup.py
tryton.cfg
./__init__.py
+./account_de.xml
+./tryton.cfg
trytond_account_de_skr03.egg-info/PKG-INFO
trytond_account_de_skr03.egg-info/SOURCES.txt
trytond_account_de_skr03.egg-info/dependency_links.txt
diff --git a/trytond_account_de_skr03.egg-info/requires.txt b/trytond_account_de_skr03.egg-info/requires.txt
index 94be88b..f67eaa7 100644
--- a/trytond_account_de_skr03.egg-info/requires.txt
+++ b/trytond_account_de_skr03.egg-info/requires.txt
@@ -1,2 +1,2 @@
-trytond_account >= 3.2, < 3.3
-trytond >= 3.2, < 3.3
\ No newline at end of file
+trytond_account >= 3.4, < 3.5
+trytond >= 3.4, < 3.5
\ No newline at end of file
--
tryton-modules-account-de-skr03
More information about the tryton-debian-vcs
mailing list