We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f3b29b commit c2633abCopy full SHA for c2633ab
docs/src/release_notes.rst
@@ -8,9 +8,9 @@ These release notes are based on
8
sphinx-codeautolink adheres to
9
`Semantic Versioning <https://semver.org>`_.
10
11
-Unreleased
12
-----------
13
-- fix IPython block parsing where output is not prefixed with `Out`
+0.13.1 (2023-01-16)
+-------------------
+- Fix IPython block parsing where output is not prefixed with `Out`
14
(:issue:`129`)
15
16
0.13.0 (2023-01-08)
src/sphinx_codeautolink/__init__.py
@@ -4,7 +4,7 @@
4
from .extension import SphinxCodeAutoLink, backref, directive
5
from .extension.block import clean_ipython, clean_pycon # NOQA
6
7
-__version__ = "0.13.0"
+__version__ = "0.13.1"
def setup(app: Sphinx):
0 commit comments