Release 2.14.1

This commit is contained in:
Simon Willison 2020-08-05 23:28:50 -07:00 committed by GitHub
commit 5de24ee0a4
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.14"
VERSION = "2.14.1"
def get_long_description():