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 = [