Bump release

This commit is contained in:
Matt Martz 2019-08-22 09:48:18 -05:00
parent 266e53c256
commit c58ad3367b
1 changed files with 1 additions and 1 deletions

View File

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