Merge branch 'master' into devel

This commit is contained in:
jevans 2014-10-04 17:33:35 -04:00
commit 26fc4e7dfe
4 changed files with 5 additions and 3 deletions

View file

@ -1,3 +1,5 @@
Oct 02, 2014 - v0.7.1 Fixed README to mention Python 3.4
Oct 01, 2014 - v0.7.0 Added array-style slicing.
August 03, 2014 - v0.6.0 Added Cinema2K, Cinema4K write support.

View file

@ -3,6 +3,6 @@ glymur: a Python interface for JPEG 2000
**glymur** contains a Python interface to the OpenJPEG library which
allows one to read and write JPEG 2000 files. **glymur** works on
Python 2.7 and 3.3. Python 3.3 is strongly recommended.
Python 2.7, 3.3, and 3.4.
Please read the docs, https://glymur.readthedocs.org/en/latest/

View file

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

View file

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