From 88deaf871452cdebe7480d9c62a172fa216a9b63 Mon Sep 17 00:00:00 2001
From: Chris Holdgraf <choldgraf@berkeley.edu>
Date: Thu, 11 Jun 2020 14:47:06 -0700
Subject: [PATCH] RLS: v0.7.0 take 2

---
 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 8f0290a2..793c0fbb 100644
--- a/jupyter_book/__init__.py
+++ b/jupyter_book/__init__.py
@@ -5,7 +5,7 @@ from .toc import update_indexname, add_toctree
 from .directive.toc import TableofContents
 
 
-__version__ = "0.7.1dev0"
+__version__ = "0.7.0"
 
 
 def add_static_files(app, config):
-- 
GitLab