Release 3.16

Refs #37, #246, #294, #295, #296, #314, #316
This commit is contained in:
Simon Willison 2021-08-18 15:36:32 -07:00
commit 5912878d62
2 changed files with 13 additions and 1 deletions

View file

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