From fe457fe73ca9766fd5a7c876d99e0b2cd425f661 Mon Sep 17 00:00:00 2001
From: mmcky <mmcky@users.noreply.github.com>
Date: Tue, 22 Dec 2020 20:34:29 +1100
Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20RELEASE:=20v0.9.1=20(#1148)?=
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 f6d73f23..f6d4c16c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Change Log
 
+## v0.9.1 2020-12-22
+
+This is a minor release to issue `v0.9` to PyPI and updates a broken link that prohibited the `v0.9.0` PyPI release action.
+
 ## v0.9.0 2020-12-09
 
 ([full changelog](https://github.com/executablebooks/jupyter-book/compare/v0.8.3...6c30f554d86fe7d1a0e4ad05012a5de4133117d0))
diff --git a/jupyter_book/__init__.py b/jupyter_book/__init__.py
index 0dc82b5a..95a5d685 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.9.0"
+__version__ = "0.9.1"
 
 
 def add_static_files(app, config):
-- 
GitLab