release 0.7.0
This commit is contained in:
parent
0e2aa4492c
commit
fc56012dce
3 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Sep 25, 2014 - -v0.7.0 Added __getitem__, __setitem__ support.
|
||||
Oct 01, 2014 - v0.7.0 Added array-style slicing.
|
||||
|
||||
Mar 06, 2014 - Added Cinema2K, Cinema4K write support.
|
||||
August 03, 2014 - v0.6.0 Added Cinema2K, Cinema4K write support.
|
||||
Changed constructor for ChannelDefinition box. Removed support
|
||||
for Python 2.6. Added write support for JP2 UUID, DataEntryURL,
|
||||
Palette and Component Mapping boxes, JPX Association, NumberList
|
||||
|
|
|
|||
|
|
@ -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.0rc1'
|
||||
release = '0.7.0'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
|||
|
|
@ -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.0rc1"
|
||||
version = "0.7.0"
|
||||
_sv = LooseVersion(version)
|
||||
version_tuple = _sv.version
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue