Skip to content

Commit

Permalink
version: release v4.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vermeeren committed Feb 14, 2022
1 parent 2497b6e commit 1d0d6eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Expand Up @@ -3,7 +3,7 @@ Change Log

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

- Unreleased - **Breathe v4.33.0**
- 2022-02-14 - **Breathe v4.33.0**

- Fix duplicate ``static`` in variable declarations.
`#794 <https://github.com/michaeljones/breathe/pull/794>`__
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.32.0"
__version__ = "4.33.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.32.0"
__version__ = "4.33.0"

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

0 comments on commit 1d0d6eb

Please sign in to comment.