Skip to content

Commit c2633ab

Browse files
committed
Prepare release 0.13.1
1 parent 1f3b29b commit c2633ab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/src/release_notes.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ These release notes are based on
88
sphinx-codeautolink adheres to
99
`Semantic Versioning <https://semver.org>`_.
1010

11-
Unreleased
12-
----------
13-
- fix IPython block parsing where output is not prefixed with `Out`
11+
0.13.1 (2023-01-16)
12+
-------------------
13+
- Fix IPython block parsing where output is not prefixed with `Out`
1414
(:issue:`129`)
1515

1616
0.13.0 (2023-01-08)

src/sphinx_codeautolink/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from .extension import SphinxCodeAutoLink, backref, directive
55
from .extension.block import clean_ipython, clean_pycon # NOQA
66

7-
__version__ = "0.13.0"
7+
__version__ = "0.13.1"
88

99

1010
def setup(app: Sphinx):

0 commit comments

Comments
 (0)