Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Nov 26, 2018
1 parent db74fa3 commit 0602699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_socketio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from .namespace import Namespace
from .test_client import SocketIOTestClient

__version__ = '3.0.2'
__version__ = '3.1.0'

This comment has been minimized.

Copy link
@Mic92

Mic92 Dec 1, 2018

This one is also not tagged on github.

This comment has been minimized.

Copy link
@miguelgrinberg

miguelgrinberg Dec 1, 2018

Author Owner

Yup. Also fixed now.



class _SocketIOMiddleware(socketio.WSGIApp):
Expand Down

0 comments on commit 0602699

Please sign in to comment.