Release 2.23

Refs #189, #173, #191
This commit is contained in:
Simon Willison 2020-10-28 14:38:10 -07:00
commit 43eae8b193
2 changed files with 10 additions and 1 deletions

View file

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