From cbafb547b04b40a41d9dfe1905a578cc3ffa4725 Mon Sep 17 00:00:00 2001 From: Chris Holdgraf <choldgraf@berkeley.edu> Date: Sat, 5 Jun 2021 15:02:12 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20RELEASE:=20v0.11.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ jupyter_book/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acee334f..d006c0a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## v0.11.1 + +This release included two minor patches brought in via updates to `sphinx-external-toc` and `jupyterbook-latex`. + ## v0.11.0 ([full changelog](https://github.com/executablebooks/jupyter-book/compare/v0.10.2...d43216c57a2710eaeb2363f21d2b3aadf914feca)) | [GitHub contributors page for this release](https://github.com/executablebooks/jupyter-book/graphs/contributors?from=2021-04-04&to=2021-05-11&type=c) diff --git a/jupyter_book/__init__.py b/jupyter_book/__init__.py index 4462a901..b9a88869 100644 --- a/jupyter_book/__init__.py +++ b/jupyter_book/__init__.py @@ -3,7 +3,7 @@ from pathlib import Path from sphinx.util import logging -__version__ = "0.11.0" +__version__ = "0.11.1" logger = logging.getLogger(__name__) -- GitLab