Skip to content

Commit

Permalink
Release 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Dec 10, 2018
1 parent f642a7f commit b2a5850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion socketio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
AsyncNamespace = None
AsyncRedisManager = None

__version__ = '2.1.1'
__version__ = '2.1.2'

__all__ = ['__version__', 'Server', 'BaseManager', 'PubSubManager',
'KombuManager', 'RedisManager', 'ZmqManager', 'Namespace',
Expand Down

0 comments on commit b2a5850

Please sign in to comment.