Release 3.18

Refs #324, #329, #330, #331, #332, #335, #338, #339
This commit is contained in:
Simon Willison 2021-11-14 19:15:23 -08:00
commit 3b8abe6087
2 changed files with 15 additions and 1 deletions

View file

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