From a1477cac887673e79c392dfa7484d0e082860a65 Mon Sep 17 00:00:00 2001 From: Melvin Vermeeren Date: Sun, 19 Apr 2020 00:37:27 +0200 Subject: [PATCH] version: release v4.16.0 --- README.rst | 2 +- breathe/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index b7d4afdd..a51c43d6 100644 --- a/README.rst +++ b/README.rst @@ -173,7 +173,7 @@ Change Log Inspired by `Keepachangelog.com `__. -- Unreleased - Breathe v4.15.1 +- 2020-04-19 - Breathe v4.16.0 - Strictly depend on Sphinx's minor version. #498 - Simplifications and fixes, use more of modern Sphinx natively. #503 diff --git a/breathe/__init__.py b/breathe/__init__.py index ff2992e2..48980f28 100644 --- a/breathe/__init__.py +++ b/breathe/__init__.py @@ -1,4 +1,4 @@ -__version__ = '4.15.0' +__version__ = '4.16.0' def setup(app):