diff --git a/README.rst b/README.rst index 0d2a64c1b..054aabd0f 100644 --- a/README.rst +++ b/README.rst @@ -170,7 +170,7 @@ Change Log Inspired by `Keepachangelog.com <http://keepachangelog.com/>`__. -- Unreleased - Breathe v4.29.0 +- 2021-04-09 - Breathe v4.29.0 - Do not add inline modifier for C#. #668 - Use add_css_file instead of deprecated/removed add_stylesheet. #669 diff --git a/breathe/__init__.py b/breathe/__init__.py index db39856a8..9c2c32135 100644 --- a/breathe/__init__.py +++ b/breathe/__init__.py @@ -4,7 +4,7 @@ from sphinx.application import Sphinx -__version__ = '4.28.0' +__version__ = '4.29.0' def setup(app: Sphinx):