dbus/python __init__.py,1.1,1.2

John Palmieri johnp at freedesktop.org
Tue May 24 09:34:40 PDT 2005


Update of /cvs/dbus/dbus/python
In directory gabe:/tmp/cvs-serv19596/python

Modified Files:
	__init__.py 
Log Message:
* python/__init__.py: Python bindings deserve a minor version
  update.  Upped to (0, 40, 2)
		


Index: __init__.py
===================================================================
RCS file: /cvs/dbus/dbus/python/__init__.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- __init__.py	1 May 2005 19:34:58 -0000	1.1
+++ __init__.py	24 May 2005 16:34:38 -0000	1.2
@@ -3,4 +3,4 @@
 from services import *
 from types import *
 
-version = (0, 40, 1)
+version = (0, 40, 2)



More information about the dbus-commit mailing list