From b32d336679a6dff37b2b33d115a419974b4e2c52 Mon Sep 17 00:00:00 2001 From: imedan Date: Mon, 10 Jun 2024 18:28:10 -0500 Subject: [PATCH] bump to 2.3.1 --- CHANGELOG.rst | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c90f025..8ed4761 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,11 @@ Change Log This document records the main changes to the ``mugatu`` code. +`2.3.1 `_ - 2024-06-10 + +* Add option to validation script to skip dark_rm designs. +* Fix syntax issue in html script. + `2.3.0 `_ - 2024-05-31 * Add validation to check designid_status coomapred to info in opsdb. diff --git a/pyproject.toml b/pyproject.toml index b5bfee7..c5d53a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sdss-mugatu" -version = "2.3.0" +version = "2.3.1" description = "Package to read, write and validate FPS designs" authors = ["Ilija Medan"] license = "BSD 3-Clause License"