8000 Prepare release 0.16.0 · felix-hilden/sphinx-codeautolink@9fe1037 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9fe1037

Browse files
committed
Prepare release 0.16.0
1 parent 9dd69fa commit 9fe1037

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/src/release_notes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ These release notes are based on
88
sphinx-codeautolink adheres to
99
`Semantic Versioning <https://semver.org>`_.
1010

11-
Unreleased
12-
----------
11+
0.16.0 (2025-01-11)
12+
-------------------
1313
- Declare support for Python 3.12 and 3.13 (:issue:`150`)
1414
- Remove support for Python 3.7-3.9 (:issue:`150`, :issue:`157`)
1515
- Fix changed whitespace handling in Pygments 2.19 (:issue:`152`)

src/sphinx_codeautolink/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from .extension import SphinxCodeAutoLink, backref, directive
66
from .extension.block import clean_ipython, clean_pycon
77

8-
__version__ = "0.15.2"
8+
__version__ = "0.16.0"
99

1010

1111
def setup(app: Sphinx):

0 commit comments

Comments
 (0)
0