From 9232b287c3e1d1e615bd39814420cf41ff0d9064 Mon Sep 17 00:00:00 2001 From: Benjamin Alan Weaver Date: Mon, 7 Oct 2024 16:34:33 -0700 Subject: [PATCH] preparing for next tag --- doc/changes.rst | 6 ++++-- py/specprodDB/_version.py | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/changes.rst b/doc/changes.rst index 897a0d6..26d1b0b 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -8,10 +8,12 @@ Change Log *Planned*: Support loading ongoing daily reductions, in particular, updates to tiles already in the database. -1.2.1 (unreleased) +1.2.1 (2024-10-07) ------------------ -* Finalize patches of ``tiles-daily`` and ``exposures-daily`` files. +* Finalize patches of ``tiles-daily`` and ``exposures-daily`` files (PR `#16`_). + +.. _`#16`: https://github.com/desihub/specprod-db/pull/16 1.2.0 (2024-09-26) ------------------ diff --git a/py/specprodDB/_version.py b/py/specprodDB/_version.py index cf34dfe..3f262a6 100644 --- a/py/specprodDB/_version.py +++ b/py/specprodDB/_version.py @@ -1 +1 @@ -__version__ = '1.3.0.dev226' +__version__ = '1.2.1'