From: Anthony B. <ant...@us...> - 2002-05-06 06:16:18
|
Update of /cvsroot/pydns/pydns/DNS In directory usw-pr-cvs1:/tmp/cvs-serv13103 Modified Files: __init__.py Log Message: make some sort of reasonable version string. releasewards ho! Index: __init__.py =================================================================== RCS file: /cvsroot/pydns/pydns/DNS/__init__.py,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** __init__.py 19 Mar 2002 13:05:02 -0000 1.6 --- __init__.py 6 May 2002 06:16:15 -0000 1.7 *************** *** 9,13 **** # __init__.py for DNS class. ! __version__ = '0.0.1' import Type,Opcode,Status,Class --- 9,13 ---- # __init__.py for DNS class. ! __version__ = '0.1.0' import Type,Opcode,Status,Class *************** *** 23,26 **** --- 23,29 ---- # # $Log$ + # Revision 1.7 2002/05/06 06:16:15 anthonybaxter + # make some sort of reasonable version string. releasewards ho! + # # Revision 1.6 2002/03/19 13:05:02 anthonybaxter # converted to class based exceptions (there goes the python1.4 compatibility :) |