bump version 0.5.1
authorLuc Yriarte <luc.yriarte@intel.com>
Wed, 19 Jun 2013 12:55:08 +0000 (14:55 +0200)
committerLuc Yriarte <luc.yriarte@intel.com>
Wed, 19 Jun 2013 12:55:08 +0000 (14:55 +0200)
cloudeebus/cloudeebus.js
cloudeebus/cloudeebus.py
setup.py

index 30cb2ff..677f002 100644 (file)
@@ -29,7 +29,7 @@ var dbus = { // hook object for dbus types not translated by python-json
 /*****************************************************************************/
 
 var cloudeebus = window.cloudeebus = {
-               version: "0.5.0",
+               version: "0.5.1",
                minVersion: "0.3.2"
 };
 
index e0be90d..c59b009 100755 (executable)
@@ -48,7 +48,7 @@ from twisted.python import log
 
 ###############################################################################
 
-VERSION = "0.5.0"
+VERSION = "0.5.1"
 OPENDOOR = False
 CREDENTIALS = {}
 WHITELIST = []
index 8481283..61a317b 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@
 from setuptools import setup
 
 setup(name = "cloudeebus",
-       version = "0.5.0",
+       version = "0.5.1",
        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",