diff options
| author | John (J5) Palmieri <johnp@redhat.com> | 2005-07-15 17:33:17 +0000 | 
|---|---|---|
| committer | John (J5) Palmieri <johnp@redhat.com> | 2005-07-15 17:33:17 +0000 | 
| commit | 5cd694d5fb254c273bd59428779818216b4a1ed5 (patch) | |
| tree | f5203d8429ec8e2821bac730f6c8de77d77659ac | |
| parent | b52d8bbdd442041e0bd494957d8388f26359aa4d (diff) | |
* python/__init__.py: Upped to version (0,42,0) because of
  the API change
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | python/__init__.py | 2 | 
2 files changed, 6 insertions, 1 deletions
| @@ -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 | 
