bump version 0.6.1 upstream upstream/0.6.1
authorLuc Yriarte <luc.yriarte@intel.com>
Fri, 11 Jul 2014 09:40:30 +0000 (11:40 +0200)
committerLuc Yriarte <luc.yriarte@intel.com>
Fri, 11 Jul 2014 12:20:17 +0000 (14:20 +0200)
cloudeebus/cloudeebus.js
cloudeebus/cloudeebusengine.py
setup.py
src/js/cloudeebus-connection.js

index 320efcf..041c2a6 100644 (file)
@@ -29,7 +29,7 @@ var dbus = { // hook object for dbus types not translated by python-json
 /*****************************************************************************/
 
 var cloudeebus = window.cloudeebus = {
-               version: "0.6.0",
+               version: "0.6.1",
                minVersion: "0.6.0"
 };
 
index 2417444..683f5f1 100644 (file)
@@ -47,7 +47,7 @@ if os.environ.get('CLOUDEEBUS_XWALK', False):
 else:
     from autobahn.wamp import exportRpc
 
-VERSION = "0.6.0"
+VERSION = "0.6.1"
 OPENDOOR = False
 SERVICELIST = []
 
index 3608c0b..3920488 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@
 from setuptools import setup
 
 setup(name = "cloudeebus",
-       version = "0.6.0",
+       version = "0.6.1",
        description = "Javascript-DBus bridge",
        author = "Luc Yriarte, Christophe Guiraud, Frederic Paut, Patrick Ohly",
        author_email = "luc.yriarte@intel.com, christophe.guiraud@intel.com, frederic.paut@intel.com, patrick.ohly@intel.com",
index 4cf39fd..9dd13e4 100644 (file)
@@ -29,7 +29,7 @@ var dbus = { // hook object for dbus types not translated by python-json
 /*****************************************************************************/
 
 var cloudeebus = window.cloudeebus = {
-               version: "0.6.0",
+               version: "0.6.1",
                minVersion: "0.6.0"
 };