From 00db032bca35c4db6c0dfa1dc14377f05c779655 Mon Sep 17 00:00:00 2001 From: John Evans Date: Fri, 14 Jun 2013 14:13:02 -0400 Subject: [PATCH] Bumping for 1.1.8 release. --- CHANGES.txt | 3 ++- docs/source/conf.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index f85afa4..3e761d3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,5 @@ -Jun 11, 2013 - Added reduce=-1 option to get lowest resolution thumbnail +Jun 11, 2013 - v0.1.8 Added reduce=-1 option to get lowest resolution + thumbnail. Jun 07, 2013 - v0.1.7 Changed Exif dictionary names from ['Exif', 'Photo', 'Iop', 'GPSInfo'] to ['Image', 'Photo', 'Iop', 'GPSInfo']. diff --git a/docs/source/conf.py b/docs/source/conf.py index 262e5d8..10d03c2 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.7' +release = '0.1.8' # 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 6e968ae..4f32597 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from distutils.core import setup kwargs = {'name': 'Glymur', - 'version': '0.1.7', + 'version': '0.1.8', 'description': 'Tools for accessing JPEG2000 files', 'long_description': open('README.md').read(), 'author': 'John Evans',