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 Changes
======= =======
0.5.0 - 2021-09-04
------------------
* fix Docutils error
* adapt to Sphinx 4
0.4.0 - 2021-01-02 0.4.0 - 2021-01-02
------------------ ------------------

View file

@ -8,7 +8,7 @@
:copyright: Copyright (c) 2016-2021 Jan Dittberner :copyright: Copyright (c) 2016-2021 Jan Dittberner
:license: GPLv3+, see COPYING file for details. :license: GPLv3+, see COPYING file for details.
""" """
__version__ = "0.5.0-dev" __version__ = "0.5.0"
from collections import defaultdict from collections import defaultdict
from typing import Iterable, List, Optional, Tuple from typing import Iterable, List, Optional, Tuple

View file

@ -17,6 +17,7 @@ keywords = sphinx, extension, IP
license = GPLv3+ license = GPLv3+
license_file = COPYING license_file = COPYING
platforms = any platforms = any
version = 0.5.0
classifiers = classifiers =
Development Status :: 5 - Production/Stable Development Status :: 5 - Production/Stable
Framework :: Sphinx :: Extension Framework :: Sphinx :: Extension