Release 0.5.1
- bump version - update CHANGES.rst
This commit is contained in:
parent
d1a151f8bd
commit
7acff11695
4 changed files with 9 additions and 4 deletions
|
@ -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
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue