Skip to content

Commit

Permalink
version: release v4.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljones committed Feb 28, 2023
1 parent b4564e9 commit 4e9f55e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
- 2023-02-28 - **Breathe v4.35.0**

- Pull lone literal blocks in paragraphs up to produce correct doctree.
`#833 <https://github.com/michaeljones/breathe/pull/833>`__
Expand Down
2 changes: 1 addition & 1 deletion breathe/__init__.py
Expand Up @@ -5,7 +5,7 @@
from sphinx.application import Sphinx

# Keep in sync with setup.py __version__
__version__ = "4.34.0"
__version__ = "4.35.0"


def setup(app: Sphinx):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@
import sys

# Keep in sync with breathe/__init__.py __version__
__version__ = "4.34.0"
__version__ = "4.35.0"

long_desc = """
Breathe is an extension to reStructuredText and Sphinx to be able to read and
Expand Down

0 comments on commit 4e9f55e

Please sign in to comment.