From 3a3de76009ea482911c22f921c3f48cb1337e01a Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 2 Feb 2021 13:23:39 -0800 Subject: [PATCH] Release 0.54.1 Refs #1214 --- 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 8fb7217d..bf182d9f 100644 --- a/datasette/version.py +++ b/datasette/version.py @@ -1,2 +1,2 @@ -__version__ = "0.54" +__version__ = "0.54.1" __version_info__ = tuple(__version__.split(".")) diff --git a/docs/changelog.rst b/docs/changelog.rst index 54c59036..9d0c636a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,13 @@ Changelog ========= +.. _v0_54_1: + +0.54.1 (2021-02-02) +------------------- + +- Fixed a bug where ``?_search=`` and ``?_sort=`` parameters were incorrectly duplicated when the filter form on the table page was re-submitted. (`#1214 `__) + .. _v0_54: 0.54 (2021-01-25)