We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e805bf1 + 9f4527a commit a27d4c8Copy full SHA for a27d4c8
2 files changed
CHANGELOGS.rst
@@ -1,6 +1,13 @@
1
Change Logs
2
===========
3
4
+0.4.4
5
++++++
6
+
7
+* :pr:`62`: Switch from Azure Pipelines to GitHub Actions
8
+* :pr:`60`: Extend code coverage across sphinx-runpython utilities
9
+* :pr:`58`: Add ``sphinx_runpython.runmermaid`` extension for Mermaid diagram support
10
11
0.4.3
12
+++++
13
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/"
0 commit comments