File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
*********
3
3
4
+ `3.1.1 `_ (2019-01-07)
5
+ ---------------------
6
+
7
+ - Disable deprecation warning in py.test for now (see `#90 `_)
8
+
4
9
`3.1.0 `_ (2019-01-07)
5
- --------------------------
10
+ ---------------------
6
11
7
12
- Event callback arguments now always need to provide a `data ` argument
8
13
@@ -58,9 +63,11 @@ support the `disconnected` message before upgrading.
58
63
- Add server implementation of the `SaltyRTC 1.0 Protocol `_
59
64
- Initial publication on PyPI
60
65
66
+ .. _#90 : https://github.com/saltyrtc/saltyrtc-server-python/issues/90
61
67
.. _SaltyRTC 1.0 Protocol : https://github.com/saltyrtc/saltyrtc-meta/blob/protocol-1.0/Protocol.md
62
68
63
- .. _4.0.0 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v3.0.1...v3.1.0
69
+ .. _3.1.1 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v3.1.0...v3.1.1
70
+ .. _3.1.0 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v3.0.1...v3.1.0
64
71
.. _3.0.1 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v3.0.0...v3.0.1
65
72
.. _3.0.0 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v2.0.1...v3.0.0
66
73
.. _2.0.1 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v2.0.0...v2.0.1
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.1.0 '
35
+ __version__ = '3.1.1 '
You can’t perform that action at this time.
0 commit comments