Skip to content

Commit 24da720

Browse files
committed
Release v4.2.0
1 parent dd3aca1 commit 24da720

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+
`4.2.0`_ (2019-04-25)
5+
---------------------
6+
7+
- Internal refactoring of task and job handling
8+
49
`4.1.1`_ (2019-04-09)
510
---------------------
611

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

113+
.. _4.2.0: https://github.com/saltyrtc/saltyrtc-server-python/compare/v4.1.1...v4.2.0
108114
.. _4.1.1: https://github.com/saltyrtc/saltyrtc-server-python/compare/v4.1.0...v4.1.1
109115
.. _4.1.0: https://github.com/saltyrtc/saltyrtc-server-python/compare/v4.0.1...v4.1.0
110116
.. _4.0.1: https://github.com/saltyrtc/saltyrtc-server-python/compare/v4.0.0...v4.0.1

saltyrtc/server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727

2828
__author__ = 'Lennart Grahl <[email protected]>'
2929
__status__ = 'Production'
30-
__version__ = '4.1.1'
30+
__version__ = '4.2.0'

0 commit comments

Comments
 (0)