File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
*********
3
3
4
- `Unreleased `_ (YYYY-MM-DD )
4
+ `3.1.0 `_ (2019-01-07 )
5
5
--------------------------
6
6
7
- - Event callback arguments now always need to provide a `data ` argument (major)
7
+ - Event callback arguments now always need to provide a `data ` argument
8
8
9
9
`3.0.1 `_ (2019-01-02)
10
10
---------------------
@@ -60,7 +60,7 @@ support the `disconnected` message before upgrading.
60
60
61
61
.. _SaltyRTC 1.0 Protocol : https://github.com/saltyrtc/saltyrtc-meta/blob/protocol-1.0/Protocol.md
62
62
63
- .. _ Unreleased : https://github.com/saltyrtc/saltyrtc-server-python/compare/v3.0.1...HEAD
63
+ .. _ 4.0.0 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v3.0.1...v3.1.0
64
64
.. _3.0.1 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v3.0.0...v3.0.1
65
65
.. _3.0.0 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v2.0.1...v3.0.0
66
66
.. _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.0.1 '
35
+ __version__ = '3.1.0 '
You can’t perform that action at this time.
0 commit comments