From 042da8f5db698c873f544359e1ea4a3101639d85 Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Tue, 24 Oct 2023 18:05:14 +0000 Subject: [PATCH] Release 1.12.3 --- CHANGELOG.md | 6 +++--- pyproject.toml | 2 +- sphinxcontrib/doxylink/__init__.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f590977..52532c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.12.3] - 2023-10-24 + ### Fixed - Write the extension version into the cache which will now avoid having to re-parse the Doxygen tag file [PR #50] @@ -114,9 +116,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed - Remove Python 2 compatibility - -### Fix - +- ### Fix - Add bug fix from Stein Heselmans to force the qualifier to be a single string ## [1.3] - 2012-09-13 diff --git a/pyproject.toml b/pyproject.toml index babd300..31477a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [tool.poetry] name = "sphinxcontrib-doxylink" packages = [{include = "sphinxcontrib"}] -version = "1.12.2" +version = "1.12.3" description = "Sphinx extension for linking to Doxygen documentation." readme = "README.rst" documentation = "https://sphinxcontrib-doxylink.readthedocs.io" diff --git a/sphinxcontrib/doxylink/__init__.py b/sphinxcontrib/doxylink/__init__.py index 680efa8..d476c21 100644 --- a/sphinxcontrib/doxylink/__init__.py +++ b/sphinxcontrib/doxylink/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.12.2" +__version__ = "1.12.3" def setup(app):