diff --git a/CHANGES.rst b/CHANGES.rst index 02cdeb12..0bc9977c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ astropy-helpers Changelog ========================= -1.0.7 (unreleased) +1.0.7 (2016-06-08) ------------------ - Fix missing import in ``astropy_helpers/utils.py``. [#196] diff --git a/setup.py b/setup.py index 2800cd24..5a331dce 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from astropy_helpers.version_helpers import generate_version_py NAME = 'astropy_helpers' -VERSION = '1.0.7.dev' +VERSION = '1.0.7' RELEASE = 'dev' not in VERSION DOWNLOAD_BASE_URL = 'http://pypi.python.org/packages/source/a/astropy-helpers'