Bumping to 0.1.5
This commit is contained in:
parent
f72fa7bcca
commit
6550ee054f
3 changed files with 5 additions and 2 deletions
|
|
@ -1,3 +1,6 @@
|
|||
Jun 06, 2013 - v0.1.5 Changed ColourSpecificationBox attribute "color_space"
|
||||
to "colorspace". Fixed MANIFEST issue affecting PyPI installs.
|
||||
|
||||
Jun 05, 2013 - v0.1.4 Added Exif UUID read support.
|
||||
|
||||
Jun 02, 2013 - v0.1.3p1 Raising IOErrors when code block size and precinct
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ copyright = u'2013, John Evans'
|
|||
# The short X.Y version.
|
||||
version = '0.1'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.1.4'
|
||||
release = '0.1.5'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -1,7 +1,7 @@
|
|||
from distutils.core import setup
|
||||
|
||||
kwargs = {'name': 'Glymur',
|
||||
'version': '0.1.4',
|
||||
'version': '0.1.5',
|
||||
'description': 'Tools for accessing JPEG2000 files',
|
||||
'long_description': open('README.md').read(),
|
||||
'author': 'John Evans',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue