Skip to content

Commit

Permalink
Update to version 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
milliams committed May 6, 2022
1 parent 5cd0564 commit 840047d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ SPDX-License-Identifier: BSD
# Changelog

## [Unreleased]

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


def setup(app):
Expand Down

0 comments on commit 840047d

Please sign in to comment.