From af5d55b175e6f1fa534b5865542f654fe8c0c534 Mon Sep 17 00:00:00 2001 From: Stephen Bailey Date: Tue, 17 Sep 2024 14:37:41 -0700 Subject: [PATCH] update release notes and version for desimodel/0.19.2 --- doc/changes.rst | 9 ++++++++- py/desimodel/_version.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/doc/changes.rst b/doc/changes.rst index 93de9ff..c0d5975 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -2,13 +2,20 @@ desimodel Release Notes ======================= -0.19.2 (unreleased) +0.19.3 (unreleased) +------------------- + +* No changes yet. + +0.19.2 (2024-09-17) ------------------- * Fix GitHub CI tests by using newer surveyops tag and updated dependency installations (PR `#173`_). +* Fix desimodel_sync script failure to update fp model (PR `#174`_). .. _`#173`: https://github.com/desihub/desimodel/pull/173 +.. _`#174`: https://github.com/desihub/desimodel/pull/174 0.19.1 (2024-05-01) ------------------- diff --git a/py/desimodel/_version.py b/py/desimodel/_version.py index 8c2035e..5daae67 100644 --- a/py/desimodel/_version.py +++ b/py/desimodel/_version.py @@ -1 +1 @@ -__version__ = '0.19.1.dev760' +__version__ = '0.19.2'