From dab8ae190248dc7ca9d1dccf611ba2ac74e6c1d8 Mon Sep 17 00:00:00 2001 From: havok2063 Date: Mon, 30 Sep 2024 12:19:35 -0400 Subject: [PATCH] bumping release for new tag --- CHANGELOG.rst | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e4d3ccb6..6cc1e72d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,10 +1,13 @@ .. _sdssdb-changelog: - +* Changelog ========= This document records the main changes to the ``sdssdb`` code. +* :release:`0.13.1 <2024-09-30>` +* :feature:`274` Adding code to create ``catalogdb.sdss_id_to_catalog`` table. +* :feature:`272` Update tables and models for new ``vizdb.sdssid_to_pipes`` schema. * Add table and models for ``lvmopsdb.ln2_fill``. * Add tables and models for ``gortdb.night_log`` and ``gortdb.night_log_command``. diff --git a/pyproject.toml b/pyproject.toml index 0dc33a95..c4ed74d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sdssdb" -version = "0.13.1a0" +version = "0.13.1" authors = [ {name = "José Sánchez-Gallego", email = "gallegoj@uw.edu"}, {name = "Brian Cherinka", email = "bcherinka@stsci.edu"}