Skip to content

Commit

Permalink
Prepare 1.0b5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Oct 8, 2013
1 parent 57338e4 commit d9e64c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Change history
**************

1.0b5 (unreleased)
1.0b5 (2013-10-08)
------------------

- Fix code analysis method by making it call each check only if the option
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

version = '1.0b4'
version = '1.0b5'

long_description = (
read('README.rst')
Expand Down

0 comments on commit d9e64c3

Please sign in to comment.