Release 3.10

Refs #272, #274, #275, #276, #282, #284, #285
This commit is contained in:
Simon Willison 2021-06-19 09:01:39 -07:00
commit 13e76b375a
2 changed files with 69 additions and 1 deletions

View file

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