diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 349fce8e..5b67c76b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,7 +3,7 @@ Change Log Inspired by `Keepachangelog.com `__. -- Unreleased +- 2023-02-28 - **Breathe v4.35.0** - Pull lone literal blocks in paragraphs up to produce correct doctree. `#833 `__ diff --git a/breathe/__init__.py b/breathe/__init__.py index a53bb850..b0282794 100644 --- a/breathe/__init__.py +++ b/breathe/__init__.py @@ -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): diff --git a/setup.py b/setup.py index 1ca127eb..eed8907d 100644 --- a/setup.py +++ b/setup.py @@ -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