From 2a6831061d79479d5436eceaa68c5a4a18a34ca0 Mon Sep 17 00:00:00 2001 From: Melvin Vermeeren Date: Mon, 14 Feb 2022 18:08:21 +0100 Subject: [PATCH] version: release v4.33.1 --- CHANGELOG.rst | 2 +- breathe/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7b539530..69ce4f47 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,7 +3,7 @@ Change Log Inspired by `Keepachangelog.com `__. -- Unreleased - **Breathe v4.33.1** +- 2022-02-14 - **Breathe v4.33.1** - Avoid warning about multiple graphviz directives. `#804 `__ diff --git a/breathe/__init__.py b/breathe/__init__.py index a90c0fdd..53bab2c3 100644 --- a/breathe/__init__.py +++ b/breathe/__init__.py @@ -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): diff --git a/setup.py b/setup.py index cb665bce..8d1fe855 100644 --- a/setup.py +++ b/setup.py @@ -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