Release 0.5.1

- bump version
- update CHANGES.rst
This commit is contained in:
Jan Dittberner 2021-09-04 19:56:18 +02:00
parent d1a151f8bd
commit 7acff11695
4 changed files with 9 additions and 4 deletions

View file

@ -1,6 +1,11 @@
Changes Changes
======= =======
0.5.1 - 2021-09-04
------------------
* fix anchors in links
0.5.0 - 2021-09-04 0.5.0 - 2021-09-04
------------------ ------------------

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" __version__ = "0.5.1"
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,7 +17,7 @@ keywords = sphinx, extension, IP
license = GPLv3+ license = GPLv3+
license_file = COPYING license_file = COPYING
platforms = any platforms = any
version = 0.5.0 version = 0.5.1
classifiers = classifiers =
Development Status :: 5 - Production/Stable Development Status :: 5 - Production/Stable
Framework :: Sphinx :: Extension Framework :: Sphinx :: Extension

View file

@ -55,9 +55,9 @@ author = "Jan Dittberner"
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = "0.5.0" version = "0.5.1"
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = version + "-dev" release = version
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.