From 93f988504f674cbf6a65db815f6bf6d7febaa6e1 Mon Sep 17 00:00:00 2001 From: Stephen Bailey Date: Wed, 1 May 2024 13:57:39 -0700 Subject: [PATCH] update release notes and version for desimodel/0.19.1 --- doc/changes.rst | 12 +++++++++++- py/desimodel/_version.py | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/doc/changes.rst b/doc/changes.rst index ac0bfba..c21b3e8 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -2,11 +2,21 @@ desimodel Release Notes ======================= -0.19.1 (unreleased) +0.19.2 (unreleased) +------------------- + +* No changes yet. + +0.19.1 (2024-05-01) ------------------- * Update test_footprint.py for latest tiles file with 5 (not 4) bright passes (update to main, not PR) +* Update high level desimodel sync scripts used by cron jobs (PR `#171`_). +* Small fix to focal plane sync scripts (PR `#172`_). + +.. _`#171`: https://github.com/desihub/desimodel/pull/171 +.. _`#172`: https://github.com/desihub/desimodel/pull/172 0.19.0 (2023-09-25) ------------------- diff --git a/py/desimodel/_version.py b/py/desimodel/_version.py index ae90e1b..db7a416 100644 --- a/py/desimodel/_version.py +++ b/py/desimodel/_version.py @@ -1 +1 @@ -__version__ = '0.19.0.dev735' +__version__ = '0.19.1'