[tryton-debian-vcs] tryton-neso branch upstream updated. upstream/3.8.1-1-g0de16c3

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Sun Jan 17 20:30:52 UTC 2016


The following commit has been merged in the upstream branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-neso.git;a=commitdiff;h=upstream/3.8.1-1-g0de16c3

commit 0de16c3432c53ae3cc3024fc33dda0c1cb7c6568
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sun Jan 17 20:05:19 2016 +0100

    Adding upstream version 3.8.2.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/CHANGELOG b/CHANGELOG
index c1bf06c..9de7ce1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.8.2 - 2016-01-11
+* Bug fixes (see mercurial logs for details)
+
 Version 3.8.1 - 2015-11-02
 * Bug fixes (see mercurial logs for details)
 
diff --git a/PKG-INFO b/PKG-INFO
index 4a82c50..a20b737 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: neso
-Version: 3.8.1
+Version: 3.8.2
 Summary: Standalone Client/Server for the Tryton Application Platform
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/neso.egg-info/PKG-INFO b/neso.egg-info/PKG-INFO
index 4a82c50..a20b737 100644
--- a/neso.egg-info/PKG-INFO
+++ b/neso.egg-info/PKG-INFO
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: neso
-Version: 3.8.1
+Version: 3.8.2
 Summary: Standalone Client/Server for the Tryton Application Platform
 Home-page: http://www.tryton.org/
 Author: Tryton
diff --git a/neso/__init__.py b/neso/__init__.py
index 4db434a..a2dc5b3 100644
--- a/neso/__init__.py
+++ b/neso/__init__.py
@@ -1,3 +1,3 @@
 # This file is part of Tryton.  The COPYRIGHT file at the top level of
 # this repository contains the full copyright notices and license terms.
-__version__ = "3.8.1"
+__version__ = "3.8.2"
diff --git a/setup.py b/setup.py
index 006799b..c157704 100644
--- a/setup.py
+++ b/setup.py
@@ -96,6 +96,7 @@ if os.name == 'nt':
                 'uuid',
                 'simpleeval',
                 'cached_property',
+                'chardet',
             ],
             'dll_excludes': ['dnsapi.dll', 'usp10.dll', 'iphlpapi.dll'],
             'excludes': ['Tkconstants', 'Tkinter', 'tcl'],
-- 
tryton-neso



More information about the tryton-debian-vcs mailing list