temp version 0.5.99
authorLuc Yriarte <luc.yriarte@intel.com>
Tue, 25 Jun 2013 14:16:44 +0000 (16:16 +0200)
committerLuc Yriarte <luc.yriarte@intel.com>
Tue, 25 Jun 2013 14:16:44 +0000 (16:16 +0200)
cloudeebus/cloudeebus.js
cloudeebus/cloudeebus.py
setup.py

index f147ac4..5f1d40b 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.1",
+               version: "0.5.99",
                minVersion: "0.3.2"
 };
 
index 5a3eb4d..ae79f18 100755 (executable)
@@ -51,7 +51,7 @@ from xml.etree.ElementTree import XMLParser
 
 ###############################################################################
 
-VERSION = "0.5.1"
+VERSION = "0.5.99"
 OPENDOOR = False
 CREDENTIALS = {}
 WHITELIST = []
index 1833955..74328d0 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@
 from setuptools import setup
 
 setup(name = "cloudeebus",
-       version = "0.5.1",
+       version = "0.5.99",
        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",