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)