Skip to content

Commit

Permalink
version: release v4.31.0
Browse files Browse the repository at this point in the history
Also add vim command for git tag changelog conversion to README.
  • Loading branch information
vermeeren committed Sep 14, 2021
1 parent c669a19 commit a06ad44
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Expand Up @@ -3,7 +3,7 @@ Change Log

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

- Unreleased - **Breathe v4.31.0**
- 2021-09-14 - **Breathe v4.31.0**

- Collapse multiple retvals into a single bullet list. `#697 <https://github.com/michaeljones/breathe/pull/697>`__
- Fix mypy issues on CI. `#731 <https://github.com/michaeljones/breathe/pull/731>`__
Expand Down
3 changes: 3 additions & 0 deletions README.rst
Expand Up @@ -109,6 +109,9 @@ Release

See the ``mkrelease`` utility in the root of the repository.

Useful vim command for changelog conversion to the git tag format:
``%s/\v`(#[0-9]+) \<[^`]*`__/\1/g``.

Credits
-------

Expand Down
2 changes: 1 addition & 1 deletion breathe/__init__.py
Expand Up @@ -4,7 +4,7 @@

from sphinx.application import Sphinx

__version__ = '4.30.0'
__version__ = '4.31.0'


def setup(app: Sphinx):
Expand Down

0 comments on commit a06ad44

Please sign in to comment.