Skip to content

Commit a27d4c8

Browse files
authored
Merge pull request #64 from sdpython/copilot/update-version-number-changelogs
Bump version to 0.4.4 and update changelog
2 parents e805bf1 + 9f4527a commit a27d4c8

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOGS.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Change Logs
22
===========
33

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+
411
0.4.3
512
+++++
613

sphinx_runpython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.4.3"
1+
__version__ = "0.4.4"
22
__author__ = "Xavier Dupré"
33
__github__ = "https://github.com/sdpython/sphinx-runpython"
44
__url__ = "https://sdpython.github.io/doc/sphinx-runpython/dev/"

0 commit comments

Comments
 (0)