From 049a1274c456bb07ae06314ec9bfb9cd1ab473e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20W=C3=B6llert?= Date: Fri, 12 Apr 2024 11:21:34 +0200 Subject: [PATCH] Update changelog - skip ci. (#251) --- changelog.rst | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/changelog.rst b/changelog.rst index 06e391eb..2546bc91 100644 --- a/changelog.rst +++ b/changelog.rst @@ -1,6 +1,34 @@ Changelog ========= +v1.9.1 - 2024-04-12 +------------------- + +This is a maintanance release supporting newest sphinx releases +and fixing broken CI pipeline. This release officially drops support +for python 3.7 at least in the CI pipeline. + +Internal +~~~~~~~~ + +- Resolve deprecation warning from sphinx regarding tuple interface + +Bugfix +~~~~~~ +- Fix breaking ``Path`` changes in Sphinx 7.2 with in ``conftest.py`` + +Testing +~~~~~~~ + +- Pin transitive dependencies to avoid breaking changes in Sphinx < 5 + +Contributors +~~~~~~~~~~~~ + +- Many thanks to `exs-dwoodward `__ + for resolving a deprecation warning + `#247 `__. + v1.9.0 - 2023-06-08 -------------------