From 19b39622b3b8db34aa9a22d1dd7b667e28ca1f39 Mon Sep 17 00:00:00 2001 From: Melvin Vermeeren Date: Fri, 9 Apr 2021 21:44:15 +0200 Subject: [PATCH] version: release v4.29.0 --- README.rst | 2 +- breathe/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 `__. -- 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):