Release 0.5.0

This commit is contained in:
Jan Dittberner 2021-09-04 18:53:49 +02:00
parent e53838acfb
commit 1451a5a1c0
3 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Changes
=======
0.5.0 - 2021-09-04
------------------
* fix Docutils error
* adapt to Sphinx 4
0.4.0 - 2021-01-02
------------------

View File

@ -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

View File

@ -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