Release 3.14

Refs #251, #301, #302, #303, #304, #305
This commit is contained in:
Simon Willison 2021-08-02 14:18:01 -07:00
commit 723ee35344
3 changed files with 32 additions and 3 deletions

View file

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