From 6f7f4c7d89b37187667441ce9df583f6dbbe2977 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 21 Apr 2025 22:38:53 -0700 Subject: [PATCH] Release 1.0a19 Refs #2479 --- 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 dac85b37..c1318c6f 100644 --- a/datasette/version.py +++ b/datasette/version.py @@ -1,2 +1,2 @@ -__version__ = "1.0a18" +__version__ = "1.0a19" __version_info__ = tuple(__version__.split(".")) diff --git a/docs/changelog.rst b/docs/changelog.rst index b427db04..37bee290 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,13 @@ Changelog ========= +.. _v1_0_a19: + +1.0a19 (2025-04-21) +------------------- + +- Tiny cosmetic bug fix for mobile display of table rows. (:issue:`2479`) + .. _v1_0_a18: 1.0a18 (2025-04-16)