From 9d94b308aef049fa3ecf6a813227b9aba8e645d7 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Sun, 29 Jan 2023 17:53:22 +0100 Subject: [PATCH] Release 0.6.1 --- CHANGES.rst | 5 +++++ jandd/sphinxext/ip/__init__.py | 2 +- setup.cfg | 2 +- tests/root/conf.py | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 0e6795c..1587b55 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,11 @@ Changes ======= +0.6.1 - 2023-01-29 +------------------ + +* reupload to include namespace package + 0.6.0 - 2023-01-29 ------------------ diff --git a/jandd/sphinxext/ip/__init__.py b/jandd/sphinxext/ip/__init__.py index eadb968..9fc18b7 100644 --- a/jandd/sphinxext/ip/__init__.py +++ b/jandd/sphinxext/ip/__init__.py @@ -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 diff --git a/setup.cfg b/setup.cfg index decfe80..d968f66 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/tests/root/conf.py b/tests/root/conf.py index 27fb8cc..44238e1 100644 --- a/tests/root/conf.py +++ b/tests/root/conf.py @@ -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