From b7c44de56d8d45aae220e36afeac29c16e94fd95 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 12 Jun 2024 15:45:40 -0700 Subject: [PATCH] Release 0.64.7 Refs #2353 --- 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 690fffaf..80e2de0d 100644 --- a/datasette/version.py +++ b/datasette/version.py @@ -1,2 +1,2 @@ -__version__ = "0.64.6" +__version__ = "0.64.7" __version_info__ = tuple(__version__.split(".")) diff --git a/docs/changelog.rst b/docs/changelog.rst index 0464333f..c0fc83f6 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,13 @@ Changelog ========= +.. _v0_64_7: + +0.64.7 (2023-06-12) +------------------- + +- Fixed a bug where canned queries with named parameters threw an error when run against SQLite 3.46.0. (:issue:`2353`) + .. _v0_64_6: 0.64.6 (2023-12-22)