]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
* python/__init__.py: Python bindings deserve a minor version
authorJohn (J5) Palmieri <johnp@redhat.com>
Tue, 24 May 2005 16:34:38 +0000 (16:34 +0000)
committerJohn (J5) Palmieri <johnp@redhat.com>
Tue, 24 May 2005 16:34:38 +0000 (16:34 +0000)
  update.  Upped to (0, 40, 2)

ChangeLog
python/__init__.py

index ea05b95c341b85ea6522871fca808481bac255c0..f292a15f6a3182cf5123abfabfc6305a01ee263d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-05-25  John (J5) Palmieri  <johnp@redhat.com>
+
+       * python/__init__.py: Python bindings deserve a minor version
+       update.  Upped to (0, 40, 2)
+
 2005-05-24  John (J5) Palmieri  <johnp@redhat.com>
 
        * python/decorators.py: add explicitly_pass_message decorator
index 0fd1d804cd4a7edb97249648eda9183423ad3d95..ebeb4208bf7e8703778e6bccd8c6480d7bcdf83b 100644 (file)
@@ -3,4 +3,4 @@ from decorators import *
 from services import *
 from types import *
 
-version = (0, 40, 1)
+version = (0, 40, 2)