[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[minion-cvs] Maint branch: bump version to 0.0.5.1



Update of /home/minion/cvsroot/src/minion/lib/mixminion
In directory moria.mit.edu:/tmp/cvs-serv21636/lib/mixminion

Modified Files:
      Tag: mixminion-v0-0-5-patches
	__init__.py 
Log Message:
Maint branch: bump version to 0.0.5.1

Index: __init__.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/__init__.py,v
retrieving revision 1.47
retrieving revision 1.47.2.1
diff -u -d -r1.47 -r1.47.2.1
--- __init__.py	5 Sep 2003 21:45:19 -0000	1.47
+++ __init__.py	12 Sep 2003 15:47:11 -0000	1.47.2.1
@@ -7,7 +7,7 @@
    """
 
 # This version string is generated from setup.py; don't edit it.
-__version__ = "0.0.5"
+__version__ = "0.0.5.1"
 # 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, 5, 100, -1)
+version_info = (0, 0, 5, 100, 1)
 __all__ = [ 'server', 'directory' ]
 
 def version_tuple_to_string(t):