Bump to 2.1.3

This commit is contained in:
Matt Martz 2021-04-08 08:45:29 -05:00
parent cadc68b5ae
commit 42e96b13dd
No known key found for this signature in database
GPG key ID: 40832D88E9FC91D8

View file

@ -36,7 +36,7 @@ except ImportError:
gzip = None
GZIP_BASE = object
__version__ = '2.1.2'
__version__ = '2.1.3'
class FakeShutdownEvent(object):