File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
22*********
33
4+ `3.1.1 `_ (2019-01-07)
5+ ---------------------
6+
7+ - Disable deprecation warning in py.test for now (see `#90 `_)
8+
49`3.1.0 `_ (2019-01-07)
5- --------------------------
10+ ---------------------
611
712- Event callback arguments now always need to provide a `data ` argument
813
@@ -58,9 +63,11 @@ support the `disconnected` message before upgrading.
5863- Add server implementation of the `SaltyRTC 1.0 Protocol `_
5964- Initial publication on PyPI
6065
66+ .. _#90 : https://github.com/saltyrtc/saltyrtc-server-python/issues/90
6167.. _SaltyRTC 1.0 Protocol : https://github.com/saltyrtc/saltyrtc-meta/blob/protocol-1.0/Protocol.md
6268
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
6471.. _3.0.1 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v3.0.0...v3.0.1
6572.. _3.0.0 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v2.0.1...v3.0.0
6673.. _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 3232
3333__author__ = 'Lennart Grahl <[email protected] >' 3434__status__ = 'Production'
35- __version__ = '3.1.0 '
35+ __version__ = '3.1.1 '
You can’t perform that action at this time.
0 commit comments