File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
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)
4
+ `3.1.2 `_ (2019-01-08)
5
+ ---------------------
6
+
7
+ - Fix imports for earlier Python 3.5 versions
8
+
9
+ `3.1.1 `_ (2019-01-08)
5
10
---------------------
6
11
7
12
- Disable deprecation warning in py.test for now (see `#90 `_)
@@ -66,6 +71,7 @@ support the `disconnected` message before upgrading.
66
71
.. _#90 : https://github.com/saltyrtc/saltyrtc-server-python/issues/90
67
72
.. _SaltyRTC 1.0 Protocol : https://github.com/saltyrtc/saltyrtc-meta/blob/protocol-1.0/Protocol.md
68
73
74
+ .. _3.1.2 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v3.1.1...v3.1.2
69
75
.. _3.1.1 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v3.1.0...v3.1.1
70
76
.. _3.1.0 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v3.0.1...v3.1.0
71
77
.. _3.0.1 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v3.0.0...v3.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.1 '
35
+ __version__ = '3.1.2 '
You can’t perform that action at this time.
0 commit comments