Prepping for 0.5.8

This commit is contained in:
John Evans 2013-10-29 09:29:39 -04:00
commit 453e00db8c
3 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,6 @@
Oct 29, 2013 - v0.5.8 Fixed unnecessary warnings when default locations for
openjpeg libraries on mac do not specify the actual library.
Oct 28, 2013 - v0.5.7 Fixed bad import error message when libopenjpeg library
not installed on mac.

View file

@ -78,7 +78,7 @@ copyright = u'2013, John Evans'
# The short X.Y version.
version = '0.5'
# The full version, including alpha/beta/rc tags.
release = '0.5.7'
release = '0.5.8'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View file

@ -15,7 +15,7 @@ from .lib import openjp2 as opj2
# Do not change the format of this next line! Doing so risks breaking
# setup.py
version = "0.5.7"
version = "0.5.8"
_sv = LooseVersion(version)
version_tuple = _sv.version