Skip to content

Commit

Permalink
Fixed a bug in the release script
Browse files Browse the repository at this point in the history
Signed-off-by: Armin Ronacher <armin.ronacher@active-4.com>
  • Loading branch information
mitsuhiko committed Jun 29, 2011
1 parent 510823c commit 21d4a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/make-release.py
Expand Up @@ -33,7 +33,7 @@ def parse_changelog():
if change_info: if change_info:
break 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) r'(?:, codename (.*))?(?i)', change_info)
if match is None: if match is None:
continue continue
Expand Down

0 comments on commit 21d4a05

Please sign in to comment.