Release 3.20

Refs #344, #353, #356, #362
This commit is contained in:
Simon Willison 2022-01-05 22:55:35 -08:00
commit 3d464893ee
2 changed files with 15 additions and 1 deletions

View file

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