* python/__init__.py: Upped to version (0,42,0) because of

the API change
This commit is contained in:
John (J5) Palmieri 2005-07-15 17:33:17 +00:00
parent b52d8bbdd4
commit 5cd694d5fb
2 changed files with 6 additions and 1 deletions

View file

@ -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

View 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