Release 3.17.1

Refs #325, #328
This commit is contained in:
Simon Willison 2021-09-22 13:49:36 -07:00
commit 54191d4dc1
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 = "3.17"
VERSION = "3.17.1"
def get_long_description():