From 1451a5a1c0b4398865a7d27b3714dde67af111ef Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Sat, 4 Sep 2021 18:53:49 +0200 Subject: [PATCH] Release 0.5.0 --- CHANGES.rst | 6 ++++++ jandd/sphinxext/ip.py | 2 +- setup.cfg | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index db7bc1b..bceb773 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,12 @@ Changes ======= +0.5.0 - 2021-09-04 +------------------ + +* fix Docutils error +* adapt to Sphinx 4 + 0.4.0 - 2021-01-02 ------------------ diff --git a/jandd/sphinxext/ip.py b/jandd/sphinxext/ip.py index 0d3bfd9..03c7bf3 100644 --- a/jandd/sphinxext/ip.py +++ b/jandd/sphinxext/ip.py @@ -8,7 +8,7 @@ :copyright: Copyright (c) 2016-2021 Jan Dittberner :license: GPLv3+, see COPYING file for details. """ -__version__ = "0.5.0-dev" +__version__ = "0.5.0" from collections import defaultdict from typing import Iterable, List, Optional, Tuple diff --git a/setup.cfg b/setup.cfg index d98c873..1a8206d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,6 +17,7 @@ keywords = sphinx, extension, IP license = GPLv3+ license_file = COPYING platforms = any +version = 0.5.0 classifiers = Development Status :: 5 - Production/Stable Framework :: Sphinx :: Extension