Skip to content

Commit 44003cb

Browse files
committed
Release v5.0.0
1 parent 76e41d5 commit 44003cb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

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

4+
`5.0.0`_ (2019-08-29)
5+
---------------------
6+
7+
- Bump the Python version requirement to 3.6.1
8+
- Upgrade dependencies
9+
- Fix a race condition that leads to path duplication
10+
411
`4.2.0`_ (2019-04-25)
512
---------------------
613

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

120+
.. _5.0.0: https://github.com/saltyrtc/saltyrtc-server-python/compare/v4.2.0...v5.0.0
113121
.. _4.2.0: https://github.com/saltyrtc/saltyrtc-server-python/compare/v4.1.1...v4.2.0
114122
.. _4.1.1: https://github.com/saltyrtc/saltyrtc-server-python/compare/v4.1.0...v4.1.1
115123
.. _4.1.0: https://github.com/saltyrtc/saltyrtc-server-python/compare/v4.0.1...v4.1.0

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__ = '4.2.0'
30+
__version__ = '5.0.0'

0 commit comments

Comments
 (0)