Skip to content

Commit 33082cf

Browse files
Release 4.2.1
1 parent 061b767 commit 33082cf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# python-socketio change log
22

3+
**Release 4.2.1** - 2019-07-27
4+
5+
- Added rediss:// URL scheme to AsyncRedisManager [#319](https://github.com/miguelgrinberg/python-socketio/issues/319) * Added rediss:// URL scheme to AsyncRedisManager * Obeyed flake8 ([commit](https://github.com/miguelgrinberg/python-socketio/commit/0b25ff42b8927ac881be7c8ebe1785819bc4c35e)) (thanks **Dylan Anthony**!)
6+
37
**Release 4.2.0** - 2019-06-29
48

59
- Handle keyboard interrupt during reconnect [#301](https://github.com/miguelgrinberg/python-socketio/issues/301) ([commit](https://github.com/miguelgrinberg/python-socketio/commit/fa53e3869ce27af3d497d6e021aa2e3d5c808ece))

socketio/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
AsyncNamespace = None
2525
AsyncRedisManager = None
2626

27-
__version__ = '4.2.1dev'
27+
__version__ = '4.2.1'
2828

2929
__all__ = ['__version__', 'Client', 'Server', 'BaseManager', 'PubSubManager',
3030
'KombuManager', 'RedisManager', 'ZmqManager', 'Namespace',

0 commit comments

Comments
 (0)