Release 3.23

Refs #79, #363, #392, #393, #395, #396
This commit is contained in:
Simon Willison 2022-02-03 22:41:46 -08:00
commit 088d899822
2 changed files with 14 additions and 1 deletions

View file

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