diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 34029181..4f9733c7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,7 @@ Changelog This document records the main changes to the ``sdssdb`` code. +* :release:`0.12.1 <2024-07-29>` * Use Markdown for the README file. The old README.rst was giving trouble when packaging the app. * Fix issues with the caching of the schema during reflection. Added a ``force`` option to ``reflection_options`` to force the schema information to be refreshed. Additionally, if the table does not exist in the schema metadata, the metadata will be refreshed. diff --git a/setup.cfg b/setup.cfg index d763f878..4d5ec7ec 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = sdssdb -version = 0.12.2b3 +version = 0.12.2 author = José Sánchez-Gallego author_email = gallegoj@uw.edu description = SDSS product for database management