Skip to content

Commit

Permalink
Merge pull request #150 from f5devcentral/update-axios
Browse files Browse the repository at this point in the history
Update axios
  • Loading branch information
alankrit8 committed Jan 6, 2021
2 parents 228ffdb + 010f1cf commit 2662c14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion f5_sphinx_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 2662c14

Please sign in to comment.