From 8495f9debfbdb9b2a6c113c77c4ebeb2e241aa16 Mon Sep 17 00:00:00 2001 From: Chris Holdgraf <choldgraf@berkeley.edu> Date: Fri, 29 May 2020 13:23:51 -0700 Subject: [PATCH] RLS: 0.7.0b4 --- 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 4704895d..8528d8ab 100644 --- a/jupyter_book/__init__.py +++ b/jupyter_book/__init__.py @@ -6,7 +6,7 @@ from .yaml import add_yaml_config from .directive.toc import TableofContents -__version__ = "0.7.0b4dev0" +__version__ = "0.7.0b4" def add_static_files(app, config): -- GitLab