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'