From 76d1476e20cc7b7d07aa76673392be79709c90a6 Mon Sep 17 00:00:00 2001 From: Chris Holdgraf <choldgraf@berkeley.edu> Date: Sun, 4 Apr 2021 00:25:07 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20RLS:=20v0.10.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jupyter_book/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyter_book/__init__.py b/jupyter_book/__init__.py index b4712d82..b9f6b1c8 100644 --- a/jupyter_book/__init__.py +++ b/jupyter_book/__init__.py @@ -6,7 +6,7 @@ from .directive.toc import TableofContents, SwapTableOfContents from sphinx.util import logging -__version__ = "0.10.1" +__version__ = "0.10.2" logger = logging.getLogger(__name__) -- GitLab