diff --git a/CHANGES.rst b/CHANGES.rst index 5d5881f..3f535f8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,8 @@ -0.2 (unreleased) +0.2 (2018-04-24) ================ -- +- More efficient loading of FITS files +- Added all units for all expected columns 0.1 (2018-04-22) ================ diff --git a/setup.cfg b/setup.cfg index 30c0bed..8b6f3b8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -50,6 +50,6 @@ github_project = adrn/pyia # install_requires = astropy, scipy, matplotlib install_requires = astropy # version should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386) -version = 0.2.dev +version = 0.2 [entry_points]