From dce9bb05b697e6f5caebf2f46dcd7cec83055bcb Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 19 Jun 2021 14:43:04 -0700 Subject: [PATCH] Really fix the anchors this time --- docs/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index e358994..bbbd5f2 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,7 +2,7 @@ Changelog =========== -.. _3_10: +.. _v3_10: 3.10 (2021-06-19) ----------------- @@ -70,7 +70,7 @@ Other changes - Now using `pytest-cov `__ and `Codecov `__ to track test coverage - currently at 96%. (`#275 `__) - SQL errors that occur when using ``sqlite-utils query`` are now displayed as CLI errors. -.. _3_9_1: +.. _v3_9_1: 3.9.1 (2021-06-12) ------------------