From 3e8b7403a286e0f9ae4cfb9b8ff2e010c3edb2de Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 5 Jul 2026 22:35:35 -0700 Subject: [PATCH] Release 4.0rc3 Refs https://github.com/simonw/sqlite-utils/issues/769#issuecomment-4889420844 Refs #530, #594, #624, #705, #760, #764, #769, #770, #771, #772, #774, #775 --- docs/changelog.rst | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 43a4653..4b48a40 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,10 +4,10 @@ Changelog =========== -.. _v_unreleased: +.. _v4_0rc3: -Unreleased ----------- +4.0rc3 (2026-07-05) +------------------- Breaking changes: diff --git a/pyproject.toml b/pyproject.toml index 9d1f041..bff9390 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sqlite-utils" -version = "4.0rc2" +version = "4.0rc3" description = "CLI tool and Python library for manipulating SQLite databases" readme = { file = "README.md", content-type = "text/markdown" } authors = [