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
|
Changes
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
0.6.1 - 2023-01-29
|
||||||
|
------------------
|
||||||
|
|
||||||
|
* reupload to include namespace package
|
||||||
|
|
||||||
0.6.0 - 2023-01-29
|
0.6.0 - 2023-01-29
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
:copyright: Copyright (c) Jan Dittberner
|
:copyright: Copyright (c) Jan Dittberner
|
||||||
:license: GPLv3+, see COPYING file for details.
|
:license: GPLv3+, see COPYING file for details.
|
||||||
"""
|
"""
|
||||||
__version__ = "0.6.0"
|
__version__ = "0.6.1"
|
||||||
|
|
||||||
import ipaddress
|
import ipaddress
|
||||||
from collections import defaultdict
|
from collections import defaultdict
|
||||||
|
|
|
@ -17,7 +17,7 @@ keywords = sphinx, extension, IP
|
||||||
license = GPLv3+
|
license = GPLv3+
|
||||||
license_files = COPYING
|
license_files = COPYING
|
||||||
platforms = any
|
platforms = any
|
||||||
version = 0.6.0
|
version = 0.6.1
|
||||||
classifiers =
|
classifiers =
|
||||||
Development Status :: 5 - Production/Stable
|
Development Status :: 5 - Production/Stable
|
||||||
Framework :: Sphinx :: Extension
|
Framework :: Sphinx :: Extension
|
||||||
|
|
|
@ -55,7 +55,7 @@ author = "Jan Dittberner"
|
||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = "0.6.0"
|
version = "0.6.1"
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = version
|
release = version
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue