From 147ffafaa6624d9439c0eda0c399a18d6f4d3461 Mon Sep 17 00:00:00 2001 From: Melvin Vermeeren Date: Tue, 7 Aug 2018 11:18:32 +0200 Subject: [PATCH] version: release v4.10.0 --- README.rst | 2 +- breathe/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index f1c64938..beae90a4 100644 --- a/README.rst +++ b/README.rst @@ -168,7 +168,7 @@ Change Log Inspired by `Keepachangelog.com `__. -- Unreleased - Breathe v4.10.0 +- 2018-08-07 - Breathe v4.10.0 - Explicitly use Sphinx 1.7.5 for CI and dev. #385 - Print filename when printing ParserException. #390 diff --git a/breathe/__init__.py b/breathe/__init__.py index 9a2b8cb4..e7f3045c 100644 --- a/breathe/__init__.py +++ b/breathe/__init__.py @@ -1,4 +1,4 @@ -__version__ = '4.9.1' +__version__ = '4.10.0' def setup(app):