Skip to content

Commit

Permalink
Back to development: 1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
esteele committed Mar 5, 2013
1 parent 451eebf commit baf0ad5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

1.5.8 (unreleased)
------------------

- Nothing changed yet.


1.5.7 (2013-03-05)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

version = '1.5.7'
version = '1.5.8.dev0'

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

0 comments on commit baf0ad5

Please sign in to comment.