From cd8c79d30ac38639a7904a0fd01518121bcaadf1 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 11 Aug 2020 19:37:24 -0700 Subject: [PATCH] Release 0.47.1 Refs #930 --- docs/changelog.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 5d82f368..440ae9f0 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,13 @@ Changelog ========= +.. _v0_47_1: + +0.47.1 (2020-08-11) +------------------- + +- Fixed a bug where the ``sdist`` distribution of Datasette was not correctly including the template files. (`#930 `__) + .. _v0_47: 0.47 (2020-08-11)