From bd28d6f85cba963058a7bf06212578859fa583b6 Mon Sep 17 00:00:00 2001 From: aljain Date: Tue, 5 Jan 2021 15:37:21 -0800 Subject: [PATCH 1/4] update axios --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 480ac6b..2469a08 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "F5 Sphinx Theme", "main": "index.js", "dependencies": { - "axios": "^0.18.0", + "axios": "^0.21.0", "react": "^16.3.1", "react-dom": "^16.3.1" }, From 51366f53eb384fd41cad353757026470253b5bfd Mon Sep 17 00:00:00 2001 From: aljain Date: Tue, 5 Jan 2021 15:39:12 -0800 Subject: [PATCH 2/4] Change dev status to beta in advance of 2.0.7-beta release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6d41868..c574b87 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ classifiers=[ 'Framework :: Sphinx', 'Framework :: Sphinx :: Theme', - 'Development Status :: 5 - Production/Stable', + 'Development Status :: 4 - Beta, 'License :: OSI Approved :: Apache Software License', 'Environment :: Console', 'Environment :: Web Environment', From ccd64dc19952a80fe48f579aa9e7c69d37f46ca7 Mon Sep 17 00:00:00 2001 From: aljain Date: Tue, 5 Jan 2021 15:39:53 -0800 Subject: [PATCH 3/4] Change version to 2.0.7b --- f5_sphinx_theme/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/f5_sphinx_theme/__init__.py b/f5_sphinx_theme/__init__.py index a3ad76f..b7be6cd 100644 --- a/f5_sphinx_theme/__init__.py +++ b/f5_sphinx_theme/__init__.py @@ -16,7 +16,7 @@ from os import path -__version__ = "2.0.6" +__version__ = "2.0.7b" def get_html_theme_path(): """Return the html theme path for this template library. From 010f1cf86423496f655ca1239de9791614995719 Mon Sep 17 00:00:00 2001 From: aljain Date: Tue, 5 Jan 2021 16:24:58 -0800 Subject: [PATCH 4/4] Change version to 2.0.7b --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c574b87..413f42b 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ classifiers=[ 'Framework :: Sphinx', 'Framework :: Sphinx :: Theme', - 'Development Status :: 4 - Beta, + 'Development Status :: 4 - Beta', 'License :: OSI Approved :: Apache Software License', 'Environment :: Console', 'Environment :: Web Environment',