Skip to content

Commit 0e6448c

Browse files
committed
Release v4.0.1
1 parent 0a83f95 commit 0e6448c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

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

4+
`4.0.1`_ (2019-01-24)
5+
---------------------
6+
7+
- Bump the Python version requirement to 3.5.3
8+
- Remove workarounds for Python 3.5.2
9+
410
`4.0.0`_ (2018-01-24)
511
---------------------
612

@@ -86,6 +92,7 @@ support the `disconnected` message before upgrading.
8692
.. _#90: https://github.com/saltyrtc/saltyrtc-server-python/issues/90
8793
.. _SaltyRTC 1.0 Protocol: https://github.com/saltyrtc/saltyrtc-meta/blob/protocol-1.0/Protocol.md
8894

95+
.. _4.0.1: https://github.com/saltyrtc/saltyrtc-server-python/compare/v4.0.0...v4.0.1
8996
.. _4.0.0: https://github.com/saltyrtc/saltyrtc-server-python/compare/v3.1.2...v4.0.0
9097
.. _3.1.2: https://github.com/saltyrtc/saltyrtc-server-python/compare/v3.1.1...v3.1.2
9198
.. _3.1.1: https://github.com/saltyrtc/saltyrtc-server-python/compare/v3.1.0...v3.1.1

saltyrtc/server/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525

2626
__author__ = 'Lennart Grahl <[email protected]>'
2727
__status__ = 'Production'
28-
__version__ = '4.0.0'
28+
__version__ = '4.0.1'

0 commit comments

Comments
 (0)