Merge pull request #25 from fpaut/agent_future
authorLuc Yriarte <lyriarte@free.fr>
Fri, 28 Jun 2013 08:50:41 +0000 (01:50 -0700)
committerLuc Yriarte <lyriarte@free.fr>
Fri, 28 Jun 2013 08:50:41 +0000 (01:50 -0700)
switching all methods to 'Promise' interface

TODO
cloudeebus/cloudeebus.js
cloudeebus/cloudeebus.py
setup.py

diff --git a/TODO b/TODO
index 975ac47..7c90fa5 100644 (file)
--- a/TODO
+++ b/TODO
@@ -8,8 +8,3 @@ Proxy object properties:
 ------------------------
 - add "onPropertiesChanged(successCB)" method to automatically update properties.
 - support cloning proxies so that introspection is called only once per object type.
-
-
-DBus service support:
----------------------
-- support sending signals
index 7b1f77b..a738641 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 e22ad07..903ece1 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",