From fa718b3af8e4efc27c3076afa3977948cafd4374 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Cederberg?= Date: Tue, 28 Nov 2017 16:23:12 +0100 Subject: [PATCH] Bump version to 0.2.11 --- CHANGES.rst | 10 ++++++++++ setup.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 2f75fcb..0281b5d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,13 @@ +sphinxcontrib-matlabdomain-0.2.11 (2017-11-28) +============================================== + +* Fixed `Issue 42 https://github.com/sphinx-contrib/matlabdomain/issues/42`. + Comment strings after a function docstring are not included in the docstring + anymore. +* Fixed `Issue 50 https://github.com/sphinx-contrib/matlabdomain/issues/50`. + Added Lukas Drude as author. + + sphinxcontrib-matlabdomain-0.2.10 (2017-11-27) ============================================== diff --git a/setup.py b/setup.py index a996fb8..189338e 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open('README.rst', 'r') as f_readme: long_desc = f_readme.read() -version = '0.2.10' +version = '0.2.11' requires = ['Sphinx>=1.4.3', 'Pygments>=2.0.1', 'future>=0.16.0']