From 38089114e451dd76887ca09439aabf8756236215 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 4 May 2026 12:41:05 +0000 Subject: [PATCH 1/2] Initial plan From 9f4527ab599e8c26febe0ec0e69461abeeb9cc89 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 4 May 2026 12:43:09 +0000 Subject: [PATCH 2/2] Update version to 0.4.4 and add changelog entries for PRs #58, #60, #62 Agent-Logs-Url: https://github.com/sdpython/sphinx-runpython/sessions/15edfe84-fbd3-4ec9-a96d-dd20182e8f72 Co-authored-by: xadupre <22452781+xadupre@users.noreply.github.com> --- CHANGELOGS.rst | 7 +++++++ sphinx_runpython/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOGS.rst b/CHANGELOGS.rst index 94aa6c3..c7fd52b 100644 --- a/CHANGELOGS.rst +++ b/CHANGELOGS.rst @@ -1,6 +1,13 @@ Change Logs =========== +0.4.4 ++++++ + +* :pr:`62`: Switch from Azure Pipelines to GitHub Actions +* :pr:`60`: Extend code coverage across sphinx-runpython utilities +* :pr:`58`: Add ``sphinx_runpython.runmermaid`` extension for Mermaid diagram support + 0.4.3 +++++ diff --git a/sphinx_runpython/__init__.py b/sphinx_runpython/__init__.py index a8a9b0a..4e02c57 100644 --- a/sphinx_runpython/__init__.py +++ b/sphinx_runpython/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.4.3" +__version__ = "0.4.4" __author__ = "Xavier Dupré" __github__ = "https://github.com/sdpython/sphinx-runpython" __url__ = "https://sdpython.github.io/doc/sphinx-runpython/dev/"