Release 2.11

Refs #118, #120
This commit is contained in:
Simon Willison 2020-07-08 10:28:29 -07:00 committed by GitHub
commit 0f8b042b47
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.10.1"
VERSION = "2.11"
def get_long_description():