diff --git a/CHANGELOG.md b/CHANGELOG.md index b0836a02..00d78780 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Next version +# 1.3.14 - August 12 2024 + +### 🚀 New + +* add cartons to target_selection plan 1.2.15 + ## 1.3.13 - August 10, 2024 ### 🚀 New diff --git a/pyproject.toml b/pyproject.toml index 5958e59f..6fef8288 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sdss-target-selection" -version = "1.3.14.a0" +version = "1.3.14" description = "Code to perform target selection for BHM/MWM using catalogdb" authors = ["José Sánchez-Gallego "] license = "BSD 3-Clause"