Skip to content

Commit

Permalink
Prepare release 0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-hilden committed Jun 3, 2024
1 parent 172e8c7 commit 6747259
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/src/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ These release notes are based on
sphinx-codeautolink adheres to
`Semantic Versioning <https://semver.org>`_.

Unreleased
----------
0.15.2 (2024-06-03)
-------------------
- Fix matching of ``import a, b`` (:issue:`142`)

0.15.1 (2024-04-17)
Expand Down
2 changes: 1 addition & 1 deletion src/sphinx_codeautolink/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .extension import SphinxCodeAutoLink, backref, directive
from .extension.block import clean_ipython, clean_pycon # NOQA

__version__ = "0.15.1"
__version__ = "0.15.2"


def setup(app: Sphinx):
Expand Down

0 comments on commit 6747259

Please sign in to comment.