mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 03:02:52 +01:00
Updated.
This commit is contained in:
parent
ef605b406d
commit
5c46a71951
9
RELNOTES
9
RELNOTES
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user