We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dd69fa commit 9fe1037Copy full SHA for 9fe1037
docs/src/release_notes.rst
@@ -8,8 +8,8 @@ These release notes are based on
8
sphinx-codeautolink adheres to
9
`Semantic Versioning <https://semver.org>`_.
10
11
-Unreleased
12
-----------
+0.16.0 (2025-01-11)
+-------------------
13
- Declare support for Python 3.12 and 3.13 (:issue:`150`)
14
- Remove support for Python 3.7-3.9 (:issue:`150`, :issue:`157`)
15
- Fix changed whitespace handling in Pygments 2.19 (:issue:`152`)
src/sphinx_codeautolink/__init__.py
@@ -5,7 +5,7 @@
5
from .extension import SphinxCodeAutoLink, backref, directive
6
from .extension.block import clean_ipython, clean_pycon
7
-__version__ = "0.15.2"
+__version__ = "0.16.0"
def setup(app: Sphinx):
0 commit comments