Skip to content

Commit

Permalink
version: release v4.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vermeeren committed May 6, 2021
1 parent 7eb746f commit 8269283
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -171,7 +171,7 @@ Change Log

Inspired by `Keepachangelog.com <http://keepachangelog.com/>`__.

- Unreleased - Breathe v4.29.3
- 2021-05-06 - Breathe v4.30.0

- Fix retval rendering. #687
- Correctly label example as C. #690
Expand Down
2 changes: 1 addition & 1 deletion breathe/__init__.py
Expand Up @@ -4,7 +4,7 @@

from sphinx.application import Sphinx

__version__ = '4.29.2'
__version__ = '4.30.0'


def setup(app: Sphinx):
Expand Down

0 comments on commit 8269283

Please sign in to comment.