Release 2.20

Refs #114, #42, #162, #164, #165, #167, #169. Closes #170
This commit is contained in:
Simon Willison 2020-09-22 17:31:15 -07:00
commit dcdef136db
2 changed files with 30 additions and 1 deletions

View file

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