bump version 0.3.2, setup requires first compatible Autobahn version available on...
authorLuc Yriarte <luc.yriarte@intel.com>
Thu, 25 Apr 2013 13:54:52 +0000 (15:54 +0200)
committerLuc Yriarte <luc.yriarte@intel.com>
Thu, 25 Apr 2013 13:54:52 +0000 (15:54 +0200)
cloudeebus/cloudeebus.js
cloudeebus/cloudeebus.py
setup.py

index 8f6e65c..9c1e3ab 100644 (file)
@@ -28,7 +28,7 @@ var dbus = { // hook object for dbus types not translated by python-json
 
 /*****************************************************************************/
 
-var cloudeebus = window.cloudeebus = {version: "0.3.1"};
+var cloudeebus = window.cloudeebus = {version: "0.3.2"};
 
 cloudeebus.reset = function() {
        cloudeebus.sessionBus = null;
index 517b057..4e2f6c6 100755 (executable)
@@ -48,7 +48,7 @@ from twisted.python import log
 
 ###############################################################################
 
-VERSION = "0.3.1"
+VERSION = "0.3.2"
 OPENDOOR = False
 CREDENTIALS = {}
 WHITELIST = []
index 5d5b723..d82cc42 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@
 from setuptools import setup
 
 setup(name = "cloudeebus",
-       version = "0.3.1",
+       version = "0.3.2",
        description = "Javascript-DBus bridge",
        author = "Luc Yriarte, Christophe Guiraud, Frederic PAUT",
        author_email = "luc.yriarte@intel.com, christophe.guiraud@intel.com, frederic.paut@intel.com",
@@ -34,7 +34,7 @@ setup(name = "cloudeebus",
        packages = ["cloudeebus"],
        data_files = [("cloudeebus" ,["AUTHORS", "README.md", "LICENSE"])],
        platforms = ("Any"),
-       install_requires = ["setuptools", "autobahn==0.5.2"],
+       install_requires = ["setuptools", "autobahn>=0.5.14"],
        classifiers = ["License :: OSI Approved :: Apache Software License",
                  "Development Status :: 3 - Alpha",
                  "Environment :: Console",