Bump to 2.1.3

This commit is contained in:
Matt Martz
2021-04-08 08:45:29 -05:00
parent cadc68b5ae
commit 42e96b13dd

View File

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