Skip to content

Commit

Permalink
Release v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrahl committed Sep 9, 2019
1 parent 3af7cf2 commit ed329a5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
*********

`5.0.1`_ (2019-09-09)
---------------------

- Fix an exception when disconnected by another client

`5.0.0`_ (2019-08-29)
---------------------

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

.. _5.0.1: https://github.com/saltyrtc/saltyrtc-server-python/compare/v5.0.0...v5.0.1
.. _5.0.0: https://github.com/saltyrtc/saltyrtc-server-python/compare/v4.2.0...v5.0.0
.. _4.2.0: https://github.com/saltyrtc/saltyrtc-server-python/compare/v4.1.1...v4.2.0
.. _4.1.1: https://github.com/saltyrtc/saltyrtc-server-python/compare/v4.1.0...v4.1.1
Expand Down
2 changes: 1 addition & 1 deletion saltyrtc/server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@

__author__ = 'Lennart Grahl <lennart.grahl@gmail.com>'
__status__ = 'Production'
__version__ = '5.0.0'
__version__ = '5.0.1'

0 comments on commit ed329a5

Please sign in to comment.