Release 0.7.1

Refs #12
This commit is contained in:
Simon Willison 2023-08-19 14:07:52 -07:00
parent 83592f176d
commit edb1d4f01c
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,10 @@
# Changelog
(v0_7_1)=
## 0.7.1 (2023-08-19)
- Fixed a bug where some users would see an `AlterError: No such column: log.id` error when attempting to use this tool, after upgrading to the latest [sqlite-utils 3.35 release](https://sqlite-utils.datasette.io/en/stable/changelog.html#v3-35). [#162](https://github.com/simonw/llm/issues/162)
(v0_7)=
## 0.7 (2023-08-12)

View file

@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os
VERSION = "0.7"
VERSION = "0.7.1"
def get_long_description():