Skip to content

Commit ed329a5

Browse files
committed
Release v5.0.1
1 parent 3af7cf2 commit ed329a5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
*********
33

4+
`5.0.1`_ (2019-09-09)
5+
---------------------
6+
7+
- Fix an exception when disconnected by another client
8+
49
`5.0.0`_ (2019-08-29)
510
---------------------
611

@@ -117,6 +122,7 @@ support the `disconnected` message before upgrading.
117122
.. _#90: https://github.com/saltyrtc/saltyrtc-server-python/issues/90
118123
.. _SaltyRTC 1.0 Protocol: https://github.com/saltyrtc/saltyrtc-meta/blob/protocol-1.0/Protocol.md
119124

125+
.. _5.0.1: https://github.com/saltyrtc/saltyrtc-server-python/compare/v5.0.0...v5.0.1
120126
.. _5.0.0: https://github.com/saltyrtc/saltyrtc-server-python/compare/v4.2.0...v5.0.0
121127
.. _4.2.0: https://github.com/saltyrtc/saltyrtc-server-python/compare/v4.1.1...v4.2.0
122128
.. _4.1.1: https://github.com/saltyrtc/saltyrtc-server-python/compare/v4.1.0...v4.1.1

saltyrtc/server/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727

2828
__author__ = 'Lennart Grahl <lennart.grahl@gmail.com>'
2929
__status__ = 'Production'
30-
__version__ = '5.0.0'
30+
__version__ = '5.0.1'

0 commit comments

Comments
 (0)