[tryton-debian-vcs] tryton-neso branch upstream updated. upstream/3.4.0-1-g1007bbd
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Thu Dec 4 21:44:59 UTC 2014
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.4.0-1-g1007bbd
commit 1007bbdb1176e693574a66cb7a1fff9ec761184e
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Thu Dec 4 19:24:40 2014 +0100
Adding upstream version 3.4.1.
Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>
diff --git a/CHANGELOG b/CHANGELOG
index f20c9ca..f5bb5cb 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.4.1 - 2014-12-03
+* Bug fixes (see mercurial logs for details)
+
Version 3.4.0 - 2014-10-20
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index 7c49730..ad13a55 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: neso
-Version: 3.4.0
+Version: 3.4.1
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 7c49730..ad13a55 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.4.0
+Version: 3.4.1
Summary: Standalone Client/Server for the Tryton Application Platform
Home-page: http://www.tryton.org/
Author: Tryton
diff --git a/neso/version.py b/neso/version.py
index ad64590..efb8d23 100644
--- a/neso/version.py
+++ b/neso/version.py
@@ -1,6 +1,6 @@
#This file is part of Tryton. The COPYRIGHT file at the top level of
#this repository contains the full copyright notices and license terms.
PACKAGE = "neso"
-VERSION = "3.4.0"
+VERSION = "3.4.1"
LICENSE = "GPL-3"
WEBSITE = "http://www.tryton.org/"
diff --git a/setup.py b/setup.py
index d588aae..11264a4 100644
--- a/setup.py
+++ b/setup.py
@@ -64,6 +64,7 @@ if os.name == 'nt':
'xml',
'decimal',
'dateutil',
+ 'logging.config',
'logging.handlers',
'psycopg2',
'zipfile',
@@ -87,6 +88,7 @@ if os.name == 'nt':
'SimpleHTTPServer',
'sql',
'stdnum',
+ 'site',
],
}
}
--
tryton-neso
More information about the tryton-debian-vcs
mailing list