Skip to content

Commit

Permalink
Prepare release 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-hilden committed Jan 15, 2025
1 parent 39421eb commit 8b570dc
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.16.1 (2025-01-15)
-------------------
- Fix regression in not handling invalid return type hints (:issue:`158`)

0.16.0 (2025-01-11)
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

__version__ = "0.16.0"
__version__ = "0.16.1"


def setup(app: Sphinx):
Expand Down

0 comments on commit 8b570dc

Please sign in to comment.