diff --git a/docs/relnotes.rst b/docs/relnotes.rst index 493bba82..d8a06a02 100644 --- a/docs/relnotes.rst +++ b/docs/relnotes.rst @@ -5,10 +5,12 @@ Release Notes For a list of contributors, see :ref:`about`. +.. _rel0.6.0: + 0.6.0 ----- -*Unreleased* +*2017 August 10* * WavefrontError and subclasses now handle tilts and shifts correctly (`#229 `_, @mperrin) Thanks @corcoted for reporting! * Fix the ``test_zernikes_rms`` test case to correctly take the absolute value of the RMS error, support ``outside=`` for ``hexike_basis``, enforce which arguments are required for ``zernike()``. (`#223 `_, @mperrin) Thanks to @kvangorkom for reporting! diff --git a/setup.py b/setup.py index cc55b954..251d50d0 100755 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME # VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386) -VERSION = '0.6.0rc1' +VERSION = '0.6.0' # Indicates if this version is a release version RELEASE = 'dev' not in VERSION