From b9bcd6b6aefe77539abf10c073c1f6666f464e01 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 28 Nov 2024 17:11:46 -0800 Subject: [PATCH] Release 0.65.1 Refs #2443 --- 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 5f46dc8e..b89619a3 100644 --- a/datasette/version.py +++ b/datasette/version.py @@ -1,2 +1,2 @@ -__version__ = "0.65" +__version__ = "0.65.1" __version_info__ = tuple(__version__.split(".")) diff --git a/docs/changelog.rst b/docs/changelog.rst index 435e3fab..91c37506 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,13 @@ Changelog ========= +.. _v0_65_1: + +0.65.1 (2024-12-28) +------------------- + +- Fixed bug with upgraded HTTPX 0.28.0 dependency. (:issue:`2443`) + .. _v0_65: 0.65 (2024-10-07)