Skip to content

Commit 6af543c

Browse files
committed
Release v3.1.2
1 parent fa4729e commit 6af543c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
Changelog
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

saltyrtc/server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
3232

3333
__author__ = 'Lennart Grahl <[email protected]>'
3434
__status__ = 'Production'
35-
__version__ = '3.1.1'
35+
__version__ = '3.1.2'

0 commit comments

Comments
 (0)