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 11Changelog
22*********
33
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)
510---------------------
611
712- Disable deprecation warning in py.test for now (see `#90 `_)
@@ -66,6 +71,7 @@ support the `disconnected` message before upgrading.
6671.. _#90 : https://github.com/saltyrtc/saltyrtc-server-python/issues/90
6772.. _SaltyRTC 1.0 Protocol : https://github.com/saltyrtc/saltyrtc-meta/blob/protocol-1.0/Protocol.md
6873
74+ .. _3.1.2 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v3.1.1...v3.1.2
6975.. _3.1.1 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v3.1.0...v3.1.1
7076.. _3.1.0 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v3.0.1...v3.1.0
7177.. _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 3232
3333__author__ = 'Lennart Grahl <[email protected] >' 3434__status__ = 'Production'
35- __version__ = '3.1.1 '
35+ __version__ = '3.1.2 '
You can’t perform that action at this time.
0 commit comments