diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6ca9bc8..0af06d3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,8 +6,10 @@ Change Log This document records the main changes to the ``mugatu`` code. +`2.5.0 `_ - 2024-12-20 + * For `designmode.build_brigh_neigh_query()`, switch to using catalogdb.Gaia_DR3_g_lt_16 for the search to make queries faster. -* For RS replacement script, allow for versioning of designs in fields. +* For RS replacement designs, allow for versioning of designs in fields in all validation and loading scripts. `2.4.0 `_ - 2024-06-10 diff --git a/pyproject.toml b/pyproject.toml index feb95c5..8531a7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sdss-mugatu" -version = "2.4.0" +version = "2.5.0" description = "Package to read, write and validate FPS designs" authors = ["Ilija Medan"] license = "BSD 3-Clause License"