Skip to content

Commit

Permalink
Prepare release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-hilden committed Jan 28, 2023
1 parent eca0308 commit d3af240
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.14.0 (2023-01-28)
-------------------
- Add configuration for mapping inventory locations
(:confval:`codeautolink_inventory_map`) (:issue:`131`)
- Improve warning messages to include debugging hints (:issue:`131`)
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 @@ -4,7 +4,7 @@
from .extension import SphinxCodeAutoLink, backref, directive
from .extension.block import clean_ipython, clean_pycon # NOQA

__version__ = "0.13.2"
__version__ = "0.14.0"


def setup(app: Sphinx):
Expand Down

0 comments on commit d3af240

Please sign in to comment.