]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
* 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 3fc6a44e5045723571891bbd64db6c87543ede30..dc0e1d37aeb1beecf234a51c8256c5f33dada676 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
index 069a432be6517e64df2b1d5b70d8b3164c3ce8b4..945ef67edd3420d104ab5444135cf22abd214956 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