Release 2.22

Refs #182 #137 #136 #184 #181
This commit is contained in:
Simon Willison 2020-10-16 12:30:25 -07:00
commit 47af71f603
2 changed files with 12 additions and 1 deletions

View file

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