Compare commits
5 commits
master
...
release-0.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6a8b89ae1c | ||
|
|
687f075d92 | ||
|
|
a715e3c38c | ||
|
|
4a708b9d7d | ||
|
|
1602991fac |
3 changed files with 5 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Jan 10, 2015 - v0.8.0 Reduced number of steps required for writing
|
||||
images. Deprecated old read and write methods in favor of
|
||||
array-style slicing. Added ignore_pclr_cmap_cdef, verbose,
|
||||
Jan 08, 2015 - v0.8.0rc1 Reduced number of steps required for
|
||||
writing images. Deprecated old read and write methods in favor
|
||||
of array-style slicing. Added ignore_pclr_cmap_cdef, verbose,
|
||||
shape, codestream, layer properties.
|
||||
|
||||
Oct 06, 2014 - v0.7.2 Added ellipsis support in array-style slicing.
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ copyright = u'2013, John Evans'
|
|||
# The short X.Y version.
|
||||
version = '0.8'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.8.0'
|
||||
release = '0.8.0rc1'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ from .lib import openjpeg as opj, openjp2 as opj2
|
|||
|
||||
# Do not change the format of this next line! Doing so risks breaking
|
||||
# setup.py
|
||||
version = "0.8.0"
|
||||
version = "0.8.0rc1"
|
||||
_sv = LooseVersion(version)
|
||||
version_tuple = _sv.version
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue