* python/__init__.py: Upped to version (0,42,0) because of
authorJohn (J5) Palmieri <johnp@redhat.com>
Fri, 15 Jul 2005 17:33:17 +0000 (17:33 +0000)
committerJohn (J5) Palmieri <johnp@redhat.com>
Fri, 15 Jul 2005 17:33:17 +0000 (17:33 +0000)
  the API change

ChangeLog
python/__init__.py

index 3fc6a44..dc0e1d3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
 
+       * python/__init__.py: Upped to version (0,42,0) because of
+       the API change
+
+2005-07-15  John (J5) Palmieri  <johnp@redhat.com>
+
        * ChangeLog: fix date in last entry
 
        * configure.in, bus/system.conf.in: add the ability to configure 
index 069a432..945ef67 100644 (file)
@@ -1,5 +1,5 @@
 from _dbus import *
 from types import *
 
-version = (0, 41, 0)
+version = (0, 42, 0)
 _dbus_main_loop_setup_function = None