Skip to content

Commit

Permalink
bump to 1.8.2 for bugfix issue #10
Browse files Browse the repository at this point in the history
  • Loading branch information
jquast committed Mar 26, 2014
1 parent d3aa66e commit 88347ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
# built documents.
#
# The short X.Y version.
version = '1.8.1'
version = '1.8.2'

# The full version, including alpha/beta/rc tags.
release = version
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
here = os.path.dirname(__file__)
setup(
name='blessed',
version='1.8.1',
version='1.8.2',
description="A feature-filled fork of Erik Rose's blessings project",
long_description=open(os.path.join(here, 'README.rst')).read(),
author='Jeff Quast',
Expand Down

0 comments on commit 88347ad

Please sign in to comment.