summaryrefslogtreecommitdiff
path: root/lib/spack/docs/_themes/sphinx_rtd_theme/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/spack/docs/_themes/sphinx_rtd_theme/__init__.py')
-rw-r--r--lib/spack/docs/_themes/sphinx_rtd_theme/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/docs/_themes/sphinx_rtd_theme/__init__.py b/lib/spack/docs/_themes/sphinx_rtd_theme/__init__.py
index 1440863d68..95ddc52ae0 100644
--- a/lib/spack/docs/_themes/sphinx_rtd_theme/__init__.py
+++ b/lib/spack/docs/_themes/sphinx_rtd_theme/__init__.py
@@ -5,7 +5,7 @@ From https://github.com/ryan-roemer/sphinx-bootstrap-theme.
"""
import os
-VERSION = (0, 1, 5)
+VERSION = (0, 1, 8)
__version__ = ".".join(str(v) for v in VERSION)
__version_full__ = __version__