Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
cdw9 committed Jan 20, 2016
1 parent 41a79ca commit 6b51d7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
@@ -1,3 +1,6 @@
1.9.5 (unreleased)
==================

1.9.4 (2016-01-20)
==================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -9,7 +9,7 @@
def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

version = '1.9.4'
version = '1.9.5'

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

0 comments on commit 6b51d7f

Please sign in to comment.