diff --git a/README.rst b/README.rst index 7b8bbcfa..52bb4d3b 100644 --- a/README.rst +++ b/README.rst @@ -171,7 +171,7 @@ Change Log Inspired by `Keepachangelog.com `__. -- Unreleased - Breathe v4.29.3 +- 2021-05-06 - Breathe v4.30.0 - Fix retval rendering. #687 - Correctly label example as C. #690 diff --git a/breathe/__init__.py b/breathe/__init__.py index fd72dc56..311e958a 100644 --- a/breathe/__init__.py +++ b/breathe/__init__.py @@ -4,7 +4,7 @@ from sphinx.application import Sphinx -__version__ = '4.29.2' +__version__ = '4.30.0' def setup(app: Sphinx):