Skip to content

Commit 9f6b703

Browse files
committed
Release 1.13.0
1 parent 6b7dbd1 commit 9f6b703

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212

1313
## [Unreleased]
1414

15+
## [1.13.0] - 2025-02-28
16+
1517
### Added
1618

1719
- Add configuration variable to suppress specific parse errors [PR #65]

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[tool.poetry]
55
name = "sphinxcontrib-doxylink"
66
packages = [{include = "sphinxcontrib"}]
7-
version = "1.12.4"
7+
version = "1.13.0"
88
description = "Sphinx extension for linking to Doxygen documentation."
99
readme = "README.rst"
1010
documentation = "https://sphinxcontrib-doxylink.readthedocs.io"

sphinxcontrib/doxylink/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.12.4"
1+
__version__ = "1.13.0"
22

33
def setup(app):
44
from .doxylink import setup_doxylink_roles

0 commit comments

Comments
 (0)