Skip to content

Commit

Permalink
Actually release 6.0.0
Browse files Browse the repository at this point in the history
By which I mean fix an off by two^H^H^H one error. You saw nothing.
  • Loading branch information
embolalia committed Sep 12, 2015
1 parent 5ed395a commit 1335baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sopel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def _version_info(version=__version__):
level = 'beta'
elif level == 'rc':
level = 'candidate'
elif not level and version_groups[5] is None:
elif not level and version_groups[4] is None:
level = 'final'
else:
level = 'alpha'
Expand Down

0 comments on commit 1335baa

Please sign in to comment.