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
|
||||
=======
|
||||
|
||||
0.5.1 - 2021-09-04
|
||||
------------------
|
||||
|
||||
* fix anchors in links
|
||||
|
||||
0.5.0 - 2021-09-04
|
||||
------------------
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
:copyright: Copyright (c) 2016-2021 Jan Dittberner
|
||||
:license: GPLv3+, see COPYING file for details.
|
||||
"""
|
||||
__version__ = "0.5.0"
|
||||
__version__ = "0.5.1"
|
||||
|
||||
from collections import defaultdict
|
||||
from typing import Iterable, List, Optional, Tuple
|
||||
|
|
|
@ -17,7 +17,7 @@ keywords = sphinx, extension, IP
|
|||
license = GPLv3+
|
||||
license_file = COPYING
|
||||
platforms = any
|
||||
version = 0.5.0
|
||||
version = 0.5.1
|
||||
classifiers =
|
||||
Development Status :: 5 - Production/Stable
|
||||
Framework :: Sphinx :: Extension
|
||||
|
|
|
@ -55,9 +55,9 @@ author = "Jan Dittberner"
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = version + "-dev"
|
||||
release = version
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
Loading…
Reference in a new issue