From 02451d33cca0001d870571dd0a7ad20893dbbfc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20S=C3=A1nchez-Gallego?= Date: Mon, 11 Dec 2023 06:37:51 -0800 Subject: [PATCH] Release 0.8.3 --- CHANGELOG.rst | 4 ++++ setup.cfg | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8d5a2cf2..26ab99ae 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,10 @@ Changelog This document records the main changes to the ``sdssdb`` code. +* :release:`0.8.3 <2023-12-11>` +* Add column ``macro_id`` to ``opsdb.overhead``. +* Fix hardcoded schema in SQLAlchemy ``opsdb.overhead`` model. + * :release:`0.8.2 <2023-12-05>` * Change ``DATE`` to ``TIMESTAMPTZ`` for the datetime columns in ``opsdb.overhead`` and models. Fixed the SQLAlchemy ``Overhead`` model which was in ``targetdb`` by mistake. diff --git a/setup.cfg b/setup.cfg index e8372c38..925415da 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = sdssdb -version = 0.8.3a0 +version = 0.8.3 author = José Sánchez-Gallego author_email = gallegoj@uw.edu description = SDSS product for database management