summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2005-07-15 17:33:17 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2005-07-15 17:33:17 +0000
commit5cd694d5fb254c273bd59428779818216b4a1ed5 (patch)
treef5203d8429ec8e2821bac730f6c8de77d77659ac
parentb52d8bbdd442041e0bd494957d8388f26359aa4d (diff)
* python/__init__.py: Upped to version (0,42,0) because of
the API change
-rw-r--r--ChangeLog5
-rw-r--r--python/__init__.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3fc6a44e..dc0e1d37 100644
--- 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
diff --git a/python/__init__.py b/python/__init__.py
index 069a432b..945ef67e 100644
--- a/python/__init__.py
+++ b/python/__init__.py
@@ -1,5 +1,5 @@
from _dbus import *
from types import *
-version = (0, 41, 0)
+version = (0, 42, 0)
_dbus_main_loop_setup_function = None