From f68c211b081b641460ef4f875847eb225ab6b987 Mon Sep 17 00:00:00 2001 From: Tiago Ribeiro Date: Tue, 18 Aug 2026 08:24:21 -0700 Subject: [PATCH] Update version history. --- doc/news/OSW-350.doc.rst | 1 - doc/news/OSW-350.feature.rst | 1 - doc/news/OSW-350.misc.rst | 1 - doc/version_history.rst | 21 +++++++++++++++++++++ 4 files changed, 21 insertions(+), 3 deletions(-) delete mode 100644 doc/news/OSW-350.doc.rst delete mode 100644 doc/news/OSW-350.feature.rst delete mode 100644 doc/news/OSW-350.misc.rst diff --git a/doc/news/OSW-350.doc.rst b/doc/news/OSW-350.doc.rst deleted file mode 100644 index 58fb720..0000000 --- a/doc/news/OSW-350.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Update documentation build. diff --git a/doc/news/OSW-350.feature.rst b/doc/news/OSW-350.feature.rst deleted file mode 100644 index 0a5549f..0000000 --- a/doc/news/OSW-350.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Added estimated start time to the next visit event in script_queue.py. diff --git a/doc/news/OSW-350.misc.rst b/doc/news/OSW-350.misc.rst deleted file mode 100644 index 9dd501c..0000000 --- a/doc/news/OSW-350.misc.rst +++ /dev/null @@ -1 +0,0 @@ -Added support for type checking with mypy. diff --git a/doc/version_history.rst b/doc/version_history.rst index 599d72a..90837ab 100644 --- a/doc/version_history.rst +++ b/doc/version_history.rst @@ -8,6 +8,27 @@ Version History .. towncrier release notes start +v2.14.3 (2026-08-18) +==================== + +New Features +------------ + +- Added estimated start time to the next visit event in script_queue.py. (`OSW-350 `_) + + +Documentation +------------- + +- Update documentation build. (`OSW-350 `_) + + +Other Changes and Additions +--------------------------- + +- Added support for type checking with mypy. (`OSW-350 `_) + + v2.14.2 -------