Skip to content

Commit

Permalink
version: release v4.33.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vermeeren committed Feb 14, 2022
1 parent af17797 commit 2a68310
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.1**
- 2022-02-14 - **Breathe v4.33.1**

- Avoid warning about multiple graphviz directives.
`#804 <https://github.com/michaeljones/breathe/pull/804>`__
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.33.0"
__version__ = "4.33.1"


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.33.0"
__version__ = "4.33.1"

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

0 comments on commit 2a68310

Please sign in to comment.