Skip to content

Commit 10ffd95

Browse files
committed
Release v2.0.1
1 parent f97b6cf commit 10ffd95

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
Changelog
22
*********
33

4+
`2.0.1`_ (2018-08-20)
5+
---------------------
6+
7+
- Fix to prevent creating two path instances with the same path string
8+
- Various improvements to logging messages
9+
410
`2.0.0`_ (2018-07-16)
5-
--------------------------
11+
---------------------
612

7-
**Important:** Make sure your clients supports the `disconnected` message before upgrading.
13+
**Important:** Make sure you're using Python >= 3.4.4 and that your clients support the
14+
`disconnected` message before upgrading.
815

916
- Add support for the `disconnected` message (major)
1017
- Fix potential invalid order of messages when dispatching a `send-error`
@@ -30,6 +37,7 @@ Changelog
3037

3138
.. _SaltyRTC 1.0 Protocol: https://github.com/saltyrtc/saltyrtc-meta/blob/protocol-1.0/Protocol.md
3239

40+
.. _2.0.1: https://github.com/saltyrtc/saltyrtc-server-python/compare/v2.0.0...v2.0.1
3341
.. _2.0.0: https://github.com/saltyrtc/saltyrtc-server-python/compare/v1.0.2...v2.0.0
3442
.. _1.0.2: https://github.com/saltyrtc/saltyrtc-server-python/compare/v1.0.1...v1.0.2
3543
.. _1.0.1: https://github.com/saltyrtc/saltyrtc-server-python/compare/v1.0.0...v1.0.1

saltyrtc/server/__init__.py

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

3333
__author__ = 'Lennart Grahl <[email protected]>'
3434
__status__ = 'Production'
35-
__version__ = '2.0.0'
35+
__version__ = '2.0.1'

0 commit comments

Comments
 (0)