File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
*********
3
3
4
+ `3.0.1 `_ (2019-01-02)
5
+ ---------------------
6
+
7
+ - Fix forward the `timeout ` close code as an `int ` to event callbacks.
8
+
4
9
`3.0.0 `_ (2018-12-18)
5
10
---------------------
6
11
@@ -50,6 +55,7 @@ support the `disconnected` message before upgrading.
50
55
51
56
.. _SaltyRTC 1.0 Protocol : https://github.com/saltyrtc/saltyrtc-meta/blob/protocol-1.0/Protocol.md
52
57
58
+ .. _3.0.1 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v3.0.0...v3.0.1
53
59
.. _3.0.0 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v2.0.1...v3.0.0
54
60
.. _2.0.1 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v2.0.0...v2.0.1
55
61
.. _2.0.0 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v1.0.2...v2.0.0
Original file line number Diff line number Diff line change 32
32
33
33
__author__ = 'Lennart Grahl <[email protected] >'
34
34
__status__ = 'Production'
35
- __version__ = '3.0.0 '
35
+ __version__ = '3.0.1 '
You can’t perform that action at this time.
0 commit comments