From 25136d3cc5b54f7829f3d762bf2198f69e1defab Mon Sep 17 00:00:00 2001
From: mmcky <mmcky@users.noreply.github.com>
Date: Wed, 25 Aug 2021 13:41:55 +1000
Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20RELEASE:=20Updates=20in=20prepar?=
 =?UTF-8?q?ation=20for=20v0.11.3=20release=20(#1437)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

* RELEASE: Updates in preparation for v0.11.3 release

* update link to sphinx-book-theme CHANGELOG
---
 CHANGELOG.md             | 14 ++++++++++++++
 jupyter_book/__init__.py |  2 +-
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index b89c2a1c..39ff859e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,19 @@
 # Change Log
 
+## v0.11.3
+
+This release enables the use of the [singlehtml builder](https://www.sphinx-doc.org/en/master/usage/builders/index.html#sphinx.builders.singlehtml.SingleFileHTMLBuilder) and updates [sphinx-thebe](https://github.com/executablebooks/sphinx-thebe) and [sphinx-book-theme](https://github.com/executablebooks/sphinx-book-theme)
+
+### New
+
+1. [builders] Add access to the [singlehtml](https://www.sphinx-doc.org/en/master/usage/builders/index.html#sphinx.builders.singlehtml.SingleFileHTMLBuilder) builder via the CLI [[PR #1418](https://github.com/executablebooks/jupyter-book/pull/1418)]
+
+### Upgrade
+
+1. [sphinx-thebe](https://sphinx-thebe.readthedocs.io/en/latest/changelog.html#v0-0-10-2021-08-24) is now version `0.0.10`
+2. [sphinx-book-theme](https://github.com/executablebooks/sphinx-book-theme/blob/master/CHANGELOG.md#v013---2021-08-25) is now version `0.1.3`
+
+
 ## v0.11.2
 
 This release introduces [sphinx-multitoc-numbering](https://github.com/executablebooks/sphinx-multitoc-numbering) for consistent numbering across a `part/chapter` book structure. It also includes improvements to `pdflatex` output, updates to the documentation and various maintenance tasks.
diff --git a/jupyter_book/__init__.py b/jupyter_book/__init__.py
index 5776c1a0..eca71ec7 100644
--- a/jupyter_book/__init__.py
+++ b/jupyter_book/__init__.py
@@ -1,7 +1,7 @@
 """Build a book with Jupyter Notebooks and Sphinx."""
 from pathlib import Path
 
-__version__ = "0.11.2"
+__version__ = "0.11.3"
 
 
 def add_static_files(app, config):
-- 
GitLab