Release 3.32

Refs #544, #545, #547, #548
This commit is contained in:
Simon Willison 2023-05-21 11:53:33 -07:00
commit e240133b11
2 changed files with 13 additions and 1 deletions

View file

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