From da9b802e4ad4202ad8420e6460a99acdd7ce434a Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Mon, 1 Jun 2020 14:54:55 -0700 Subject: [PATCH] RLS: 0.0.20 --- 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 929a641d..3ba3ac1c 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.20dev0" +__version__ = "0.0.20" SPHINX_LOGGER = logging.getLogger(__name__)