diff options
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | python/__init__.py | 2 | 
2 files changed, 6 insertions, 1 deletions
@@ -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 diff --git a/python/__init__.py b/python/__init__.py index 0fd1d804..ebeb4208 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -3,4 +3,4 @@ from decorators import *  from services import *  from types import * -version = (0, 40, 1) +version = (0, 40, 2)  | 
