mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 13:28:02 +02:00
* python/__init__.py: Upped to version (0,42,0) because of
the API change
This commit is contained in:
parent
b52d8bbdd4
commit
5cd694d5fb
2 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
from _dbus import *
|
||||
from types import *
|
||||
|
||||
version = (0, 41, 0)
|
||||
version = (0, 42, 0)
|
||||
_dbus_main_loop_setup_function = None
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue