Release 0.6.1
This commit is contained in:
parent
1afe18b429
commit
9d94b308ae
4 changed files with 8 additions and 3 deletions
|
@ -1,6 +1,11 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
0.6.1 - 2023-01-29
|
||||
------------------
|
||||
|
||||
* reupload to include namespace package
|
||||
|
||||
0.6.0 - 2023-01-29
|
||||
------------------
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
:copyright: Copyright (c) Jan Dittberner
|
||||
:license: GPLv3+, see COPYING file for details.
|
||||
"""
|
||||
__version__ = "0.6.0"
|
||||
__version__ = "0.6.1"
|
||||
|
||||
import ipaddress
|
||||
from collections import defaultdict
|
||||
|
|
|
@ -17,7 +17,7 @@ keywords = sphinx, extension, IP
|
|||
license = GPLv3+
|
||||
license_files = COPYING
|
||||
platforms = any
|
||||
version = 0.6.0
|
||||
version = 0.6.1
|
||||
classifiers =
|
||||
Development Status :: 5 - Production/Stable
|
||||
Framework :: Sphinx :: Extension
|
||||
|
|
|
@ -55,7 +55,7 @@ author = "Jan Dittberner"
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = version
|
||||
|
||||
|
|
Loading…
Reference in a new issue