From 9370256640a70fe9d9e61a6126d6d57765c17966 Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Wed, 29 Apr 2020 20:08:25 -0700 Subject: [PATCH] RLS: v0.0.8 --- sphinx_book_theme/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx_book_theme/__init__.py b/sphinx_book_theme/__init__.py index a40db468..c78d8e51 100644 --- a/sphinx_book_theme/__init__.py +++ b/sphinx_book_theme/__init__.py @@ -9,7 +9,7 @@ from .launch import update_thebelab_context, init_thebelab_core, add_hub_urls -__version__ = "0.0.8dev0" +__version__ = "0.0.8" SPHINX_LOGGER = logging.getLogger(__name__)