[tryton-debian-vcs] tryton-neso branch upstream updated. upstream/3.0.0-1-gf574713
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Wed Dec 11 13:47:12 UTC 2013
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.0.0-1-gf574713
commit f5747130120320979154cbc8286e06854b7ebb19
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Dec 11 12:57:53 2013 +0100
Adding upstream version 3.0.1.
diff --git a/CHANGELOG b/CHANGELOG
index 8d3ccf5..efe7c53 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+Version 3.0.1 - 2013-12-04
+* Bug fixes (see mercurial logs for details)
+
Version 3.0.0 - 2013-10-21
* Bug fixes (see mercurial logs for details)
diff --git a/PKG-INFO b/PKG-INFO
index ccf8b70..b49bd6a 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: neso
-Version: 3.0.0
+Version: 3.0.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 ccf8b70..b49bd6a 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.0.0
+Version: 3.0.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 d1a04b8..7184809 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.0.0"
+VERSION = "3.0.1"
LICENSE = "GPL-3"
WEBSITE = "http://www.tryton.org/"
diff --git a/setup.py b/setup.py
index a0ce214..0cc78f2 100644
--- a/setup.py
+++ b/setup.py
@@ -85,6 +85,7 @@ if os.name == 'nt':
'polib',
'SimpleXMLRPCServer',
'SimpleHTTPServer',
+ 'sql',
],
}
}
@@ -110,7 +111,7 @@ elif sys.platform == 'darwin':
'vobject, vatnumber, suds, email, cPickle, sha, '
'contextlib, gtk_osxapplication, ldap, simplejson'),
'packages': ('xml, logging, lxml, genshi, DAV, pytz, email, '
- 'relatorio'),
+ 'relatorio, sql'),
'excludes': 'tryton, trytond',
'frameworks': 'librsvg-2.2.dylib',
'plist': {
--
tryton-neso
More information about the tryton-debian-vcs
mailing list