Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Jan 3, 2019
1 parent 3786502 commit 70c59b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engineio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
get_tornado_handler = None
ASGIApp = None

__version__ = '3.1.2'
__version__ = '3.2.0'

__all__ = ['__version__', 'Server', 'WSGIApp', 'Middleware', 'Client']
if AsyncServer is not None: # pragma: no cover
Expand Down

0 comments on commit 70c59b0

Please sign in to comment.