Bump devel version

This commit is contained in:
Matt Martz 2019-03-13 15:57:05 -05:00
parent 81bba6070c
commit 2658bd50b4
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.1'
__version__ = '2.1.2a'
class FakeShutdownEvent(object):