Skip to content

Commit

Permalink
Update to version 1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperCraeghs committed Jul 28, 2022
1 parent 7648146 commit 0c3c384
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ SPDX-License-Identifier: BSD

## [Unreleased]

## [1.12.1] - 2022-07-28
### Changed
- Improve performance of class SymbolMap [PR #42]

## [1.12.0] - 2022-05-06
### Fixed
- Handle the `operator()` method correctly
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.0"
version = "1.12.1"
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.0"
__version__ = "1.12.1"


def setup(app):
Expand Down

0 comments on commit 0c3c384

Please sign in to comment.