Release 3.27

Refs #434, #435, #436, #440, #441, #442, #443
This commit is contained in:
Simon Willison 2022-06-14 21:29:34 -07:00
commit 8366693b60
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.26.1"
VERSION = "3.27"
def get_long_description():