Release 3.31

Refs #509, #517, #520, #525, #527, #532, #534, #536, #537, #538, #539
This commit is contained in:
Simon Willison 2023-05-08 15:33:57 -07:00
commit b3b100d7f5
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.30"
VERSION = "3.31"
def get_long_description():