Skip to content

Commit

Permalink
Prepare release 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-hilden committed Apr 17, 2024
1 parent 85f436f commit 15c4f14
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.1 (2024-04-17)
-------------------
- Fix linking blocks with line numbers (:issue:`137`)
- Use safer version of ``mro`` to support ``type`` (:issue:`120`)

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.0"
__version__ = "0.15.1"


def setup(app: Sphinx):
Expand Down

0 comments on commit 15c4f14

Please sign in to comment.