From ae4c6a579cbb01d807dde773e2e9daf6515a3f02 Mon Sep 17 00:00:00 2001 From: Benjamin Alan Weaver Date: Mon, 5 Aug 2024 10:11:14 -0700 Subject: [PATCH] Tagging speclite/v0.20 --- docs/changes.rst | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index 5624fa8..01b360d 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -8,7 +8,7 @@ speclite Change Log - Eliminate ``astropy_helpers``; fully modern package layout. - Support Numpy 2.0. -0.20 (unreleased) +0.20 (2024-08-05) ----------------- - Fix ``scipy.integrate`` name changes; pin Pillow version so unit tests work (PR `#91`_). diff --git a/setup.cfg b/setup.cfg index 909577c..bcc9d49 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,7 +27,7 @@ edit_on_github = True github_project = desihub/speclite install_requires = astropy scipy pyyaml # version should be PEP440 compatible, e.g. 0.8 or 0.8.dev (http://www.python.org/dev/peps/pep-0440) -version = 0.20.dev +version = 0.20 # [options.entry_points] # console_scripts =