Skip to content

Commit 3293e38

Browse files
committed
Release v3.1.0
1 parent dd7be09 commit 3293e38

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Changelog
22
*********
33

4-
`Unreleased`_ (YYYY-MM-DD)
4+
`3.1.0`_ (2019-01-07)
55
--------------------------
66

7-
- Event callback arguments now always need to provide a `data` argument (major)
7+
- Event callback arguments now always need to provide a `data` argument
88

99
`3.0.1`_ (2019-01-02)
1010
---------------------
@@ -60,7 +60,7 @@ support the `disconnected` message before upgrading.
6060

6161
.. _SaltyRTC 1.0 Protocol: https://github.com/saltyrtc/saltyrtc-meta/blob/protocol-1.0/Protocol.md
6262

63-
.. _Unreleased: https://github.com/saltyrtc/saltyrtc-server-python/compare/v3.0.1...HEAD
63+
.. _4.0.0: https://github.com/saltyrtc/saltyrtc-server-python/compare/v3.0.1...v3.1.0
6464
.. _3.0.1: https://github.com/saltyrtc/saltyrtc-server-python/compare/v3.0.0...v3.0.1
6565
.. _3.0.0: https://github.com/saltyrtc/saltyrtc-server-python/compare/v2.0.1...v3.0.0
6666
.. _2.0.1: https://github.com/saltyrtc/saltyrtc-server-python/compare/v2.0.0...v2.0.1

saltyrtc/server/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
3232

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

0 commit comments

Comments
 (0)