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
+ `4.1.1 `_ (2019-04-09)
5
+ ---------------------
6
+
7
+ - Fix accidental cancellation of the task loop
8
+
4
9
`4.1.0 `_ (2019-04-04)
5
10
---------------------
6
11
@@ -100,6 +105,7 @@ support the `disconnected` message before upgrading.
100
105
.. _#90 : https://github.com/saltyrtc/saltyrtc-server-python/issues/90
101
106
.. _SaltyRTC 1.0 Protocol : https://github.com/saltyrtc/saltyrtc-meta/blob/protocol-1.0/Protocol.md
102
107
108
+ .. _4.1.1 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v4.1.0...v4.1.1
103
109
.. _4.1.0 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v4.0.1...v4.1.0
104
110
.. _4.0.1 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v4.0.0...v4.0.1
105
111
.. _4.0.0 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v3.1.2...v4.0.0
Original file line number Diff line number Diff line change 25
25
26
26
__author__ = 'Lennart Grahl <[email protected] >'
27
27
__status__ = 'Production'
28
- __version__ = '4.1.0 '
28
+ __version__ = '4.1.1 '
You can’t perform that action at this time.
0 commit comments