[tryton-debian-vcs] tryton-modules-account-be branch upstream updated. upstream/3.6.1-1-g98cc3c8
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Wed Nov 11 11:18:48 UTC 2015
The following commit has been merged in the upstream branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-account-be.git;a=commitdiff;h=upstream/3.6.1-1-g98cc3c8
commit 98cc3c8ae96af0f13839575e1606def7a50696eb
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Nov 11 12:11:00 2015 +0100
Adding upstream version 3.8.0.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/CHANGELOG b/CHANGELOG
index a1e24e2..3fd1811 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,4 @@
-Version 3.6.1 - 2015-05-22
+Version 3.8.0 - 2015-11-02
* Bug fixes (see mercurial logs for details)
Version 3.6.0 - 2015-04-20
diff --git a/PKG-INFO b/PKG-INFO
index 74b0386..9a307d5 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: trytond_account_be
-Version: 3.6.1
+Version: 3.8.0
Summary: Tryton module with Belgian chart of accounts
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.6/
+Download-URL: http://downloads.tryton.org/3.8/
Description: trytond_account_be
==================
@@ -62,6 +62,7 @@ Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Legal Industry
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
+Classifier: Natural Language :: Dutch
Classifier: Natural Language :: French
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
diff --git a/setup.py b/setup.py
index 1009652..d09240b 100644
--- a/setup.py
+++ b/setup.py
@@ -73,6 +73,7 @@ setup(name=name,
'Intended Audience :: Financial and Insurance Industry',
'Intended Audience :: Legal Industry',
'License :: OSI Approved :: GNU General Public License (GPL)',
+ 'Natural Language :: Dutch',
'Natural Language :: French',
'Operating System :: OS Independent',
'Programming Language :: Python :: 2.7',
diff --git a/tryton.cfg b/tryton.cfg
index a18dbd8..e28fd0b 100644
--- a/tryton.cfg
+++ b/tryton.cfg
@@ -1,5 +1,5 @@
[tryton]
-version=3.6.1
+version=3.8.0
depends:
account
xml:
diff --git a/trytond_account_be.egg-info/PKG-INFO b/trytond_account_be.egg-info/PKG-INFO
index ec968a1..b5c6d71 100644
--- a/trytond_account_be.egg-info/PKG-INFO
+++ b/trytond_account_be.egg-info/PKG-INFO
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: trytond-account-be
-Version: 3.6.1
+Version: 3.8.0
Summary: Tryton module with Belgian chart of accounts
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.6/
+Download-URL: http://downloads.tryton.org/3.8/
Description: trytond_account_be
==================
@@ -62,6 +62,7 @@ Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Legal Industry
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
+Classifier: Natural Language :: Dutch
Classifier: Natural Language :: French
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
diff --git a/trytond_account_be.egg-info/SOURCES.txt b/trytond_account_be.egg-info/SOURCES.txt
index 74ad367..5e8513f 100644
--- a/trytond_account_be.egg-info/SOURCES.txt
+++ b/trytond_account_be.egg-info/SOURCES.txt
@@ -14,8 +14,10 @@ tax_be_nl.xml
tryton.cfg
./__init__.py
./account.py
+./account_be.xml
./account_be_fr.xml
./account_be_nl.xml
+./tax_be.xml
./tax_be_fr.xml
./tax_be_nl.xml
./tryton.cfg
diff --git a/trytond_account_be.egg-info/requires.txt b/trytond_account_be.egg-info/requires.txt
index 78dc2ad..282a4b7 100644
--- a/trytond_account_be.egg-info/requires.txt
+++ b/trytond_account_be.egg-info/requires.txt
@@ -1,2 +1,2 @@
-trytond_account >= 3.6, < 3.7
-trytond >= 3.6, < 3.7
\ No newline at end of file
+trytond_account >= 3.8, < 3.9
+trytond >= 3.8, < 3.9
\ No newline at end of file
--
tryton-modules-account-be
More information about the tryton-debian-vcs
mailing list