dbus/python __init__.py,1.3,1.4
John Palmieri
johnp at freedesktop.org
Sat Jul 16 03:33:19 EST 2005
Update of /cvs/dbus/dbus/python
In directory gabe:/tmp/cvs-serv10517/python
Modified Files:
__init__.py
Log Message:
* python/__init__.py: Upped to version (0,42,0) because of
the API change
Index: __init__.py
===================================================================
RCS file: /cvs/dbus/dbus/python/__init__.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- __init__.py 12 Jul 2005 18:16:06 -0000 1.3
+++ __init__.py 15 Jul 2005 17:33:17 -0000 1.4
@@ -1,5 +1,5 @@
from _dbus import *
from types import *
-version = (0, 41, 0)
+version = (0, 42, 0)
_dbus_main_loop_setup_function = None
More information about the dbus-commit
mailing list