From 0746e785fcac70fa399f1e24230b4d4bb9a4713c Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 27 Apr 2023 07:53:33 -0700 Subject: [PATCH] Release 0.64.3 Refs #2065 --- datasette/version.py | 2 +- docs/changelog.rst | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/datasette/version.py b/datasette/version.py index 4e0dc4fc..82919455 100644 --- a/datasette/version.py +++ b/datasette/version.py @@ -1,2 +1,2 @@ -__version__ = "0.64.2" +__version__ = "0.64.3" __version_info__ = tuple(__version__.split(".")) diff --git a/docs/changelog.rst b/docs/changelog.rst index 0899b6fc..4eccc3da 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,13 @@ Changelog ========= +.. _v0_64_3: + +0.64.3 (2023-04-27) +------------------- + +- Added ``pip`` and ``setuptools`` as explicit dependencies. This fixes a bug where Datasette could not be installed using `Rye `__. (:issue:`2065`) + .. _v0_64_2: 0.64.2 (2023-03-08)