From a8e3a643f2a7ad1933eb900713f18f1650e45c1b Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 4 Jul 2026 17:45:42 -0700 Subject: [PATCH] Release 4.0rc2 Refs #759, #629, #761, #767, #768 --- 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 f110e2e..2e1f69c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,10 +4,10 @@ Changelog =========== -.. _unreleased: +.. _v4_0rc2: -Unreleased ----------- +4.0rc2 (2026-07-04) +------------------- Breaking changes: diff --git a/pyproject.toml b/pyproject.toml index 4ad1bd9..9d1f041 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sqlite-utils" -version = "4.0rc1" +version = "4.0rc2" description = "CLI tool and Python library for manipulating SQLite databases" readme = { file = "README.md", content-type = "text/markdown" } authors = [