Skip to content

Commit 6747259

Browse files
committed
Prepare release 0.15.2
1 parent 172e8c7 commit 6747259

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/src/release_notes.rst

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

11-
Unreleased
12-
----------
11+
0.15.2 (2024-06-03)
12+
-------------------
1313
- Fix matching of ``import a, b`` (:issue:`142`)
1414

1515
0.15.1 (2024-04-17)

src/sphinx_codeautolink/__init__.py

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

8-
__version__ = "0.15.1"
8+
__version__ = "0.15.2"
99

1010

1111
def setup(app: Sphinx):

0 commit comments

Comments
 (0)