[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[minion-cvs] Update README; split old change info into HISTORY file;...
Update of /home/minion/cvsroot/src/minion/lib/mixminion
In directory moria.mit.edu:/tmp/cvs-serv11220/lib/mixminion
Modified Files:
__init__.py
Log Message:
Update README; split old change info into HISTORY file; bump version
Index: __init__.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/__init__.py,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- __init__.py 6 Jun 2003 07:17:35 -0000 1.38
+++ __init__.py 9 Jun 2003 21:24:55 -0000 1.39
@@ -7,7 +7,7 @@
"""
# This version string is generated from setup.py; don't edit it.
-__version__ = "0.0.4rc3"
+__version__ = "0.0.4"
# 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 preceed any other sub-version with the same a.b.c version
# number.
-version_info = (0, 0, 4, 99, 3)
+version_info = (0, 0, 4, 100, 0)
__all__ = [ 'server', 'directory' ]
def version_tuple_to_string(t):