From 386c5946e4771a966a77bc4fa55d017c9faf382d Mon Sep 17 00:00:00 2001 From: Melvin Vermeeren Date: Fri, 1 Jun 2018 16:46:23 +0200 Subject: [PATCH] release v4.9.0, update changelog for #380 --- README.rst | 4 ++++ breathe/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 7f87f6740..2efae9a6c 100644 --- a/README.rst +++ b/README.rst @@ -168,6 +168,10 @@ Change Log Inspired by `Keepachangelog.com `__. +- 2018-06-01 - Breathe v4.9.0 + + - Render newlines as separate paragraphs. #380 + - 2018-05-26 - Breathe v4.8.0 - Add quiet option to apidoc. #375 diff --git a/breathe/__init__.py b/breathe/__init__.py index f927cb5d6..09b9fd4f5 100644 --- a/breathe/__init__.py +++ b/breathe/__init__.py @@ -1,4 +1,4 @@ -__version__ = '4.8.0' +__version__ = '4.9.0' def setup(app):