From 4c742c0aaab32244e54b79f251389fe9852fd3ee Mon Sep 17 00:00:00 2001 From: John Evans Date: Wed, 31 Jul 2013 06:44:45 -0400 Subject: [PATCH] Prepping for 0.3.0 release. --- CHANGES.txt | 2 ++ docs/source/conf.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index b6441a8..42b5b4b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,5 @@ +Jul 31, 2013 - v0.3.0 Added support for official 2.0.0. + Jul 27, 2013 - v0.2.8 Fixed inconsistency regarding configuration file directory on windows (issue91). diff --git a/docs/source/conf.py b/docs/source/conf.py index 0225ce8..79e33af 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.2' # The full version, including alpha/beta/rc tags. -release = '0.2.8' +release = '0.3.0' # 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 b611908..3f72b75 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages import sys kwargs = {'name': 'Glymur', - 'version': '0.2.8', + 'version': '0.3.0rc1', 'description': 'Tools for accessing JPEG2000 files', 'long_description': open('README.md').read(), 'author': 'John Evans',