[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[minion-cvs] Bump version to 0.0.8alpha2
Update of /home/minion/cvsroot/src/minion/lib/mixminion
In directory moria:/tmp/cvs-serv15007/lib/mixminion
Modified Files:
__init__.py
Log Message:
Bump version to 0.0.8alpha2
Index: __init__.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/__init__.py,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- __init__.py 13 Apr 2004 04:00:59 -0000 1.58
+++ __init__.py 2 Dec 2005 19:16:53 -0000 1.59
@@ -7,7 +7,7 @@
"""
# This version string is generated from setup.py; don't edit it.
-__version__ = "0.0.8alpha1"
+__version__ = "0.0.8alpha2"
# This 5-tuple encodes the version number for comparison. Don't edit it.
# The first 3 numbers are the version number; the 4th is:
# 0 for alpha
@@ -18,7 +18,7 @@
# The 4th or 5th number may be a string. If so, it is not meant to
# succeed or precede any other sub-version with the same a.b.c version
# number.
-version_info = (0, 0, 8, 0, 1)
+version_info = (0, 0, 8, 0, 2)
__all__ = [ 'server', 'directory' ]
def version_tuple_to_string(t):