Release 4.2.1

Refs #842, #843
This commit is contained in:
Simon Willison 2026-08-13 16:52:30 -07:00
commit 28dc6278cc
2 changed files with 8 additions and 1 deletions

View file

@ -4,6 +4,13 @@
Changelog
===========
.. _v4_2_1:
4.2.1 (2026-08-13)
------------------
- Fix for ``No module named 'typing_extensions'`` crashing bug accidentally shipped in version 4.2. (:issue:`842`)
.. _v4_2:
4.2 (2026-08-13)

View file

@ -1,6 +1,6 @@
[project]
name = "sqlite-utils"
version = "4.2"
version = "4.2.1"
description = "CLI tool and Python library for manipulating SQLite databases"
readme = { file = "README.md", content-type = "text/markdown" }
authors = [