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 -------