From 82bc047dbe47f0d8f6c92a6726e6ba2594991389 Mon Sep 17 00:00:00 2001 From: Suzanne Selhorn Date: Thu, 18 Oct 2018 08:10:02 -0700 Subject: [PATCH] Changed version to 1.0.6 --- 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 1dbce7a..e9c9a88 100644 --- a/f5_sphinx_theme/__init__.py +++ b/f5_sphinx_theme/__init__.py @@ -15,7 +15,7 @@ import os from os import path -__version__ = "1.0.6b1" +__version__ = "1.0.6" def get_html_theme_path(): """Return the html theme path for this template library.