Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

Commit

Permalink
fabfile: adjust version check to new README layout
Browse files Browse the repository at this point in the history
  • Loading branch information
obensonne committed Oct 5, 2011
1 parent 1c2e252 commit c1d5adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def release_check(version):

# --- version numbers -----------------------------------------------------

rx = r'\n==+\nChanges\n==+\n\n--+\nVersion %s\n--+\n\n' % version
rx = r'\n--+\nChanges\n--+\n\nVersion %s\n~~+\n\n' % version
if not _contains(readme, rx):
abort("bad version in README.rst")

Expand Down

0 comments on commit c1d5adf

Please sign in to comment.