Skip to content

Commit 6f7f4c7

Browse files
committed
Release 1.0a19
Refs #2479
1 parent f4274e7 commit 6f7f4c7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

datasette/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "1.0a18"
1+
__version__ = "1.0a19"
22
__version_info__ = tuple(__version__.split("."))

docs/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
Changelog
55
=========
66

7+
.. _v1_0_a19:
8+
9+
1.0a19 (2025-04-21)
10+
-------------------
11+
12+
- Tiny cosmetic bug fix for mobile display of table rows. (:issue:`2479`)
13+
714
.. _v1_0_a18:
815

916
1.0a18 (2025-04-16)

0 commit comments

Comments
 (0)