From 94cc05eab06873d9b473dbd83f2dd8eaae8367c8 Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Wed, 13 May 2020 18:19:03 -0700 Subject: [PATCH] RLS: 0.0.14 --- 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 09dd0ef9..32680927 100644 --- a/sphinx_book_theme/__init__.py +++ b/sphinx_book_theme/__init__.py @@ -8,7 +8,7 @@ from .launch import update_thebelab_context, init_thebelab_core, add_hub_urls -__version__ = "0.0.14dev0" +__version__ = "0.0.14" SPHINX_LOGGER = logging.getLogger(__name__)