Release 3.7

Refs #237, #238, #240, #250, #257, #259, #260
This commit is contained in:
Simon Willison 2021-05-28 22:47:59 -07:00
commit 8c542d20ca
3 changed files with 17 additions and 1 deletions

View file

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