Release 2.16

Refs #134, #135
This commit is contained in:
Simon Willison 2020-08-21 14:02:29 -07:00
commit ea87c2b943
2 changed files with 9 additions and 1 deletions

View file

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