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. 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" }, diff --git a/setup.py b/setup.py index 6d41868..413f42b 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',