Skip to content

Commit 7241cf7

Browse files
Release 3.12.1
1 parent 5f2c7f6 commit 7241cf7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# python-engineio change log
22

3+
**Release 3.12.1** - 2020-03-17
4+
5+
- Asyncio client: correctly update cookie jar [#166](https://github.com/miguelgrinberg/python-engineio/issues/166) ([commit](https://github.com/miguelgrinberg/python-engineio/commit/5f2c7f640cbe1620387b6843683b2150dc713d82))
6+
37
**Release 3.12.0** - 2020-03-14
48

59
- Correct handling of cookies in the client [#162](https://github.com/miguelgrinberg/python-engineio/issues/162) ([commit](https://github.com/miguelgrinberg/python-engineio/commit/59a0cd43f7fabc2c6b2546c59e72f8376b9f85cc))

engineio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
get_tornado_handler = None
1818
ASGIApp = None
1919

20-
__version__ = '3.12.1dev'
20+
__version__ = '3.12.1'
2121

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

0 commit comments

Comments
 (0)