diff --git a/CHANGES.rst b/CHANGES.rst index 5acfa71..075f135 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ specsim Change Log ================== -0.14 (unreleased) +0.14 (2020-08-04) ----------------- - support astropy4 in unit tests, drop py2.7 and 3.5 testing (PR #111). diff --git a/astropy_helpers b/astropy_helpers index fd80be7..3109cc7 160000 --- a/astropy_helpers +++ b/astropy_helpers @@ -1 +1 @@ -Subproject commit fd80be7cf8698e2350a919ef7fc89871db0ba580 +Subproject commit 3109cc7cea2736573aec196d65d5c051cfe698cf diff --git a/setup.cfg b/setup.cfg index adcca27..4db8036 100644 --- a/setup.cfg +++ b/setup.cfg @@ -48,7 +48,8 @@ github_project = desihub/specsim install_requires = astropy scipy pyyaml speclite # version should be PEP440 compatible (http://www.python.org/dev/peps/pep-0440) # e.g., 0.12.dev or 0.12 -version = 0.14.dev +# version = 0.14.dev +version = 0.14 [entry_points] quickspecsim = specsim.quickspecsim:main