From 80f68811dd44c7a719185504e67d5c569af72112 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Cederberg?= Date: Fri, 24 Mar 2023 22:38:07 +0100 Subject: [PATCH] Bump to version 0.17.0 (#169) --- AUTHORS | 8 ++++---- CHANGES.rst | 11 +++++++++++ CITATION.bib | 5 ++--- setup.py | 6 ++---- 4 files changed, 19 insertions(+), 11 deletions(-) diff --git a/AUTHORS b/AUTHORS index bf271ee..25a275b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,9 +1,9 @@ -Author -* Mark Mikofski - -Maintainer +Author and maintainer * Jørgen Cederberg +Original author +* Mark Mikofski + Contributors * Nick Oosterhof * Florian Jacob diff --git a/CHANGES.rst b/CHANGES.rst index 043a468..4140747 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,14 @@ +sphinxcontrib-matlabdomain-0.17.0 (2023-03-24) +============================================== + +* Replace ``directive.warn`` (deprecated) with ``logger.warning``. Reported in + `Issue 166 `_. +* Fix property validation parsing reported in + `Issue 167 `_. +* Updated Author to Jørgen Cederberg as agreed in + `Issue 164 `_. + + sphinxcontrib-matlabdomain-0.16.0 (2023-03-15) ============================================== diff --git a/CITATION.bib b/CITATION.bib index 96df8c7..2d5d17c 100644 --- a/CITATION.bib +++ b/CITATION.bib @@ -1,7 +1,6 @@ @software{jorgen_cederberg_2023_7747374, author = {Jørgen Cederberg and Mark Mikofski and - jcewidex and Denis Rosset and Isaac Lenton and Neururer Martin and @@ -17,11 +16,11 @@ @software{jorgen_cederberg_2023_7747374 Marc-Henri Bleu-Laine and Nikolaas N. Oosterhof and ptitrex}, - title = {sphinx-contrib/matlabdomain: 0.16.0}, + title = {sphinx-contrib/matlabdomain: 0.17.0}, month = mar, year = 2023, publisher = {Zenodo}, - version = {0.16.0}, + version = {0.17.0}, doi = {10.5281/zenodo.7746009}, url = {https://github.com/sphinx-contrib/matlabdomain} } diff --git a/setup.py b/setup.py index 40ec7b3..2e3fb9d 100644 --- a/setup.py +++ b/setup.py @@ -14,10 +14,8 @@ url="https://github.com/sphinx-contrib/matlabdomain", download_url="http://pypi.python.org/pypi/sphinxcontrib-matlabdomain", license="BSD", - author="Mark Mikofski", - author_email="bwana.marko@yahoo.com", - maintainer="Jørgen Cederberg", - maintainer_email="jorgen@cederberg.be", + author="Jørgen Cederberg", + author_email="jorgen@cederberg.be", description='Sphinx "matlabdomain" extension', long_description=long_desc, long_description_content_type="text/x-rst",