Skip to content

Commit

Permalink
version: release v4.32.0
Browse files Browse the repository at this point in the history
Secretly fixup two changelog entries as well. :)
  • Loading branch information
vermeeren committed Jan 30, 2022
1 parent c5ffe4f commit 55b34d5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.rst
Expand Up @@ -3,7 +3,7 @@ Change Log

Inspired by `Keepachangelog.com <http://keepachangelog.com/>`__.

- Unreleased - **Breathe v4.32.0**
- 2022-01-30 - **Breathe v4.32.0**

- Added ``breathe_doxygen_aliases`` config variable.
`#729 <https://github.com/michaeljones/breathe/pull/729>`__
Expand All @@ -21,8 +21,8 @@ Inspired by `Keepachangelog.com <http://keepachangelog.com/>`__.
- Properly handle field-lists and admonitions in the detailed description of
classes and functions.
`#764 <https://github.com/michaeljones/breathe/pull/764>`__
- Add :confval:`breathe_show_include` to control whether ``#include`` lines
are shown. Defaults to ``True``.
- Add ``:confval:`breathe_show_include``` to control whether ``#include``
lines are shown. Defaults to ``True``.
`#725 <https://github.com/michaeljones/breathe/pull/725>`__
- Fix sys.path adjustment in doc config.
`#734 <https://github.com/michaeljones/breathe/pull/734>`__
Expand All @@ -46,7 +46,7 @@ Inspired by `Keepachangelog.com <http://keepachangelog.com/>`__.
e.g., avoiding myst-parser to crash.
`#780 <https://github.com/michaeljones/breathe/pull/780>`__
- Improved list of included files (with cross-references for local includes).
`#763 <https://github.com/michaeljones/breathe/pull/763>`_
`#763 <https://github.com/michaeljones/breathe/pull/763>`__
- Update flake8 and mypy related stuff.
`#781 <https://github.com/michaeljones/breathe/pull/781>`__
- Update readme with logo and sponsorship info.
Expand Down
2 changes: 1 addition & 1 deletion breathe/__init__.py
Expand Up @@ -5,7 +5,7 @@
from sphinx.application import Sphinx

# Keep in sync with setup.py __version__
__version__ = "4.31.0"
__version__ = "4.32.0"


def setup(app: Sphinx):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@
import sys

# Keep in sync with breathe/__init__.py __version__
__version__ = "4.31.0"
__version__ = "4.32.0"

long_desc = """
Breathe is an extension to reStructuredText and Sphinx to be able to read and
Expand Down

0 comments on commit 55b34d5

Please sign in to comment.