From 452c2e5b4391db6cc73277360a5fad4f2318db31 Mon Sep 17 00:00:00 2001 From: Chris Holdgraf <choldgraf@berkeley.edu> Date: Tue, 4 Aug 2020 18:30:08 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20RELEASE:=20v0.7.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jupyter_book/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jupyter_book/__init__.py b/jupyter_book/__init__.py index c56d7893..f0743c3a 100644 --- a/jupyter_book/__init__.py +++ b/jupyter_book/__init__.py @@ -5,7 +5,7 @@ from .toc import add_toc_to_sphinx, add_toctree from .directive.toc import TableofContents, SwapTableOfContents -__version__ = "0.7.3" +__version__ = "0.7.4" def add_static_files(app, config): diff --git a/setup.py b/setup.py index 32505a51..b5d01145 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ setup( "sphinx_togglebutton", "sphinx-copybutton", "sphinxcontrib-bibtex", - "sphinx_book_theme>=0.0.33", + "sphinx_book_theme>=0.0.34", "sphinx-thebe>=0.0.6", ], extras_require={ -- GitLab