Skip to content

Commit

Permalink
Releasing 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Long committed Aug 10, 2017
1 parent d75d3aa commit b0f57e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/relnotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/mperrin/poppy/issues/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 <https://github.com/mperrin/poppy/issues/223>`_, @mperrin) Thanks to @kvangorkom for reporting!
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0f57e8

Please sign in to comment.