We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5412f41 commit bcd18b9Copy full SHA for bcd18b9
_doc/index.rst
@@ -54,6 +54,7 @@ Sources available on
54
Older versions
55
++++++++++++++
56
57
+* `0.4.0 <../v0.4.0/index.html>`_
58
* `0.3.0 <../v0.3.0/index.html>`_
59
* `0.2.0 <../v0.2.0/index.html>`_
60
* `0.1.0 <../v0.1.0/index.html>`_
sphinx_runpython/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.3.0"
+__version__ = "0.4.0"
2
__author__ = "Xavier Dupré"
3
__github__ = "https://github.com/sdpython/sphinx-runpython"
4
__url__ = "https://sdpython.github.io/doc/sphinx-runpython/dev/"
0 commit comments