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.2.0 `_ (2019-04-25)
5
+ ---------------------
6
+
7
+ - Internal refactoring of task and job handling
8
+
4
9
`4.1.1 `_ (2019-04-09)
5
10
---------------------
6
11
@@ -105,6 +110,7 @@ support the `disconnected` message before upgrading.
105
110
.. _#90 : https://github.com/saltyrtc/saltyrtc-server-python/issues/90
106
111
.. _SaltyRTC 1.0 Protocol : https://github.com/saltyrtc/saltyrtc-meta/blob/protocol-1.0/Protocol.md
107
112
113
+ .. _4.2.0 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v4.1.1...v4.2.0
108
114
.. _4.1.1 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v4.1.0...v4.1.1
109
115
.. _4.1.0 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v4.0.1...v4.1.0
110
116
.. _4.0.1 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v4.0.0...v4.0.1
Original file line number Diff line number Diff line change 27
27
28
28
__author__ = 'Lennart Grahl <[email protected] >'
29
29
__status__ = 'Production'
30
- __version__ = '4.1.1 '
30
+ __version__ = '4.2.0 '
You can’t perform that action at this time.
0 commit comments