Skip to content

Commit ed1d524

Browse files
committed
Release v3.1.1
1 parent 077ba4d commit ed1d524

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.rst

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
Changelog
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

saltyrtc/server/__init__.py

+1-1
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.0'
35+
__version__ = '3.1.1'

0 commit comments

Comments
 (0)