Release 3.24

Refs ##397, #398, #401, #403, #404, #405, #407
This commit is contained in:
Simon Willison 2022-02-15 17:39:13 -08:00
commit 757f103ae2
2 changed files with 16 additions and 1 deletions

View file

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