diff --git a/CHANGES.txt b/CHANGES.txt index fb47f10..ef8ef6c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,4 @@ -Jun 16, 2013 - Reading ICC profile headers as ordered dicts. Exif +Jun 16, 2013 - v0.1.9 Reading ICC profile headers as ordered dicts. Exif dictionaries changed to ordered dicts. Honoring XDG_CONFIG_HOME environment variable. diff --git a/docs/source/conf.py b/docs/source/conf.py index 10d03c2..0e3563a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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.8' +release = '0.1.9' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index a9c284e..0566e21 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages import sys kwargs = {'name': 'Glymur', - 'version': '0.1.8', + 'version': '0.1.9', 'description': 'Tools for accessing JPEG2000 files', 'long_description': open('README.md').read(), 'author': 'John Evans',