Skip to content

Commit 442f5b2

Browse files
committed
Release v4.1.1
1 parent 8f79c2a commit 442f5b2

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.1.1`_ (2019-04-09)
5+
---------------------
6+
7+
- Fix accidental cancellation of the task loop
8+
49
`4.1.0`_ (2019-04-04)
510
---------------------
611

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

108+
.. _4.1.1: https://github.com/saltyrtc/saltyrtc-server-python/compare/v4.1.0...v4.1.1
103109
.. _4.1.0: https://github.com/saltyrtc/saltyrtc-server-python/compare/v4.0.1...v4.1.0
104110
.. _4.0.1: https://github.com/saltyrtc/saltyrtc-server-python/compare/v4.0.0...v4.0.1
105111
.. _4.0.0: https://github.com/saltyrtc/saltyrtc-server-python/compare/v3.1.2...v4.0.0

saltyrtc/server/__init__.py

Lines changed: 1 addition & 1 deletion
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.1.0'
28+
__version__ = '4.1.1'

0 commit comments

Comments
 (0)