Skip to content

Commit 2f563ed

Browse files
committed
Release v3.0.1
1 parent 2879f61 commit 2f563ed

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
*********
33

4+
`3.0.1`_ (2019-01-02)
5+
---------------------
6+
7+
- Fix forward the `timeout` close code as an `int` to event callbacks.
8+
49
`3.0.0`_ (2018-12-18)
510
---------------------
611

@@ -50,6 +55,7 @@ support the `disconnected` message before upgrading.
5055

5156
.. _SaltyRTC 1.0 Protocol: https://github.com/saltyrtc/saltyrtc-meta/blob/protocol-1.0/Protocol.md
5257

58+
.. _3.0.1: https://github.com/saltyrtc/saltyrtc-server-python/compare/v3.0.0...v3.0.1
5359
.. _3.0.0: https://github.com/saltyrtc/saltyrtc-server-python/compare/v2.0.1...v3.0.0
5460
.. _2.0.1: https://github.com/saltyrtc/saltyrtc-server-python/compare/v2.0.0...v2.0.1
5561
.. _2.0.0: https://github.com/saltyrtc/saltyrtc-server-python/compare/v1.0.2...v2.0.0

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.0.0'
35+
__version__ = '3.0.1'

0 commit comments

Comments
 (0)