From 6af303263653b899b641de2ac245f52de24ac222 Mon Sep 17 00:00:00 2001 From: jevans Date: Wed, 31 Jul 2013 18:52:00 -0400 Subject: [PATCH] Final bump for 0.3.0. --- release.txt | 8 ++++---- setup.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/release.txt b/release.txt index 2b4ecce..17d55e0 100644 --- a/release.txt +++ b/release.txt @@ -10,7 +10,7 @@ | | | | | pass. | +-----------+--------+--------+--------+--------------------------------------+ | Mac | X | | | MacPorts with both OpenJPEG 1.5.1 | -| 10.6.8 | | | | and OpenJPEG svn. 354 of 455 tests | +| 10.6.8 | | | | and OpenJPEG svn. 354 of 456 tests | | | | | | should pass. | +-----------+--------+--------+--------+--------------------------------------+ | Mac | X | | | MacPorts with both OpenJPEG 1.5.1 | @@ -18,7 +18,7 @@ | | | | | should pass. | +-----------+--------+--------+--------+--------------------------------------+ | Mac | | X | | MacPorts with both OpenJPEG 1.5.1 | -| 10.6.8 | | | | and OpenJPEG svn. 379 of 460 tests | +| 10.6.8 | | | | and OpenJPEG svn. 379 of 461 tests | | | | | | should pass. | +-----------+--------+--------+--------+--------------------------------------+ | Mac | | X | | MacPorts with both OpenJPEG 1.5.1 | @@ -26,7 +26,7 @@ | | | | | should pass. | +-----------+--------+--------+--------+--------------------------------------+ | Mac | | | X | MacPorts with both OpenJPEG 1.5.1 | -| 10.6.8 | | | | and OpenJPEG svn. 407 of 460 | +| 10.6.8 | | | | and OpenJPEG svn. 407 of 461 | | | | | | tests should pass. | +-----------+--------+--------+--------+--------------------------------------+ | Mac | | | X | MacPorts with both OpenJPEG 1.5.1 | @@ -45,7 +45,7 @@ | CentOS | X | | | Ships with 1.3.0. 169 of 456 tests | | 6.3 | | | | should pass. | +-----------+--------+--------+--------+--------------------------------------+ -| Raspberry | | X | | Ships with 1.3.0. 171 of 455 tests | +| Raspberry | | X | | Ships with 1.3.0. 171 of 456 tests | | Pi | | | | should pass. | | Debian 7 | | | | | +-----------+--------+--------+--------+--------------------------------------+ diff --git a/setup.py b/setup.py index 3f72b75..f725631 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages import sys kwargs = {'name': 'Glymur', - 'version': '0.3.0rc1', + 'version': '0.3.0', 'description': 'Tools for accessing JPEG2000 files', 'long_description': open('README.md').read(), 'author': 'John Evans',