Prepping 0.5.4 release.

This commit is contained in:
jevans 2013-09-25 20:55:40 -04:00
commit b50f19bed3
3 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,5 @@
Sep 24, 2013 - v0.5.4 Fixed test error restricted to v2.0.
Sep 24, 2013 - v0.5.3 Removed a duplicated channel definition test in
test_jp2box that could cause a segfault in 1.3 if not properly skipped.

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.3'
release = '0.5.4'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View file

@ -13,7 +13,7 @@ from distutils.version import LooseVersion
from .lib import openjpeg as opj
from .lib import openjp2 as opj2
version = "0.5.3"
version = "0.5.4"
_sv = LooseVersion(version)
version_tuple = _sv.version