Skip to content

Commit

Permalink
Release 1.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
milliams committed Oct 24, 2023
1 parent 4523f62 commit 042da8f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion sphinxcontrib/doxylink/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.12.2"
__version__ = "1.12.3"


def setup(app):
Expand Down

0 comments on commit 042da8f

Please sign in to comment.