Skip to content

Commit

Permalink
Prepare release 0.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-hilden committed Mar 7, 2025
1 parent f0e1fb4 commit 24dffc5
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.17.4 (2025-03-07)
-------------------
- Fix backreference links using relative URIs (:issue:`190`)

0.17.3 (2025-03-06)
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 @@ -8,7 +8,7 @@
from .extension.block import clean_ipython, clean_pycon
from .extension.translation import MESSAGE_CATALOG_NAME

__version__ = "0.17.3"
__version__ = "0.17.4"


def setup(app: Sphinx):
Expand Down

0 comments on commit 24dffc5

Please sign in to comment.