Release 3.29

Refs #423, #458, #467, #469, #470, #471, #472, #475

Closes #487
This commit is contained in:
Simon Willison 2022-08-27 20:48:36 -07:00
commit b491f22d81
2 changed files with 18 additions and 1 deletions

View file

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
import io
import os
VERSION = "3.28"
VERSION = "3.29"
def get_long_description():