Skip to content

Commit

Permalink
bump minor version for release pickle-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jquast committed Apr 2, 2014
1 parent 2f30bed commit 2d6660b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,7 @@ Version History
* bugfix: if ``locale.getpreferredencoding()`` returns empty string or an
encoding that is not a valid codec for ``codecs.getincrementaldecoder``,
fallback to ascii and emit a warning.
* bugfix: ensure FormattingString and ParameterizingString may be pickled.
1.7
* Forked github project `erikrose/blessings`_ to `jquast/blessed`_, this
project was previously known as **blessings** version 1.6 and prior.
Expand Down
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.2'
version = '1.8.3'

# 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.2',
version='1.8.3',
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 2d6660b

Please sign in to comment.