Fixed a bug in the release script

This commit is contained in:
Armin Ronacher 2011-06-29 18:35:11 +02:00
parent 988143b07b
commit 2295bd072e

View file

@ -33,7 +33,7 @@ def parse_changelog():
if change_info:
break
match = re.match(r'^released on (\w+\s+\d+\w+\s+\d+)'
match = re.match(r'released on (\w+\s+\d+\w+\s+\d+)'
r'(?:, codename (.*))?(?i)', change_info)
if match is None:
continue