Release 2.17

Refs #144, #148, #149, #150, #151, #152, #153
This commit is contained in:
Simon Willison 2020-09-07 14:58:49 -07:00 committed by GitHub
commit f28cd4de6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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