This commit is contained in:
Jeremy Fincher 2004-10-01 03:49:19 +00:00
parent ef605b406d
commit 5c46a71951
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
Version 0.80.0pre3
The URL database has been changed again, but it will use a different
filename so you shouldn't run into conflicts, just a newly-empty
database.
We upgraded the SOAP stuff in others; you may do well to do a
setup.py install --clean this time around.
Version 0.80.0pre2
Many more bugs have been fixed. A few more plugins have been updated

View File

@ -37,7 +37,7 @@ if __name__ == '__main__':
error('Invalid version string: '
'must be of the form MAJOR.MINOR.PATCHLEVEL.')
if firstLine('RELNOTES') != 'Version %s':
if firstLine('RELNOTES') != 'Version %s' % v:
error('Invalid first line in RELNOTES.')
(first, _, third) = firstLines('ChangeLog', 3)