File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
*********
3
3
4
+ `4.0.1 `_ (2019-01-24)
5
+ ---------------------
6
+
7
+ - Bump the Python version requirement to 3.5.3
8
+ - Remove workarounds for Python 3.5.2
9
+
4
10
`4.0.0 `_ (2018-01-24)
5
11
---------------------
6
12
@@ -86,6 +92,7 @@ support the `disconnected` message before upgrading.
86
92
.. _#90 : https://github.com/saltyrtc/saltyrtc-server-python/issues/90
87
93
.. _SaltyRTC 1.0 Protocol : https://github.com/saltyrtc/saltyrtc-meta/blob/protocol-1.0/Protocol.md
88
94
95
+ .. _4.0.1 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v4.0.0...v4.0.1
89
96
.. _4.0.0 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v3.1.2...v4.0.0
90
97
.. _3.1.2 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v3.1.1...v3.1.2
91
98
.. _3.1.1 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v3.1.0...v3.1.1
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.0.0 '
28
+ __version__ = '4.0.1 '
You can’t perform that action at this time.
0 commit comments