Skip to content

Commit

Permalink
Release v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrahl committed Apr 25, 2019
1 parent dd3aca1 commit 24da720
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
*********

`4.2.0`_ (2019-04-25)
---------------------

- Internal refactoring of task and job handling

`4.1.1`_ (2019-04-09)
---------------------

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

.. _4.2.0: https://github.com/saltyrtc/saltyrtc-server-python/compare/v4.1.1...v4.2.0
.. _4.1.1: https://github.com/saltyrtc/saltyrtc-server-python/compare/v4.1.0...v4.1.1
.. _4.1.0: https://github.com/saltyrtc/saltyrtc-server-python/compare/v4.0.1...v4.1.0
.. _4.0.1: https://github.com/saltyrtc/saltyrtc-server-python/compare/v4.0.0...v4.0.1
Expand Down
2 changes: 1 addition & 1 deletion saltyrtc/server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@

__author__ = 'Lennart Grahl <lennart.grahl@gmail.com>'
__status__ = 'Production'
__version__ = '4.1.1'
__version__ = '4.2.0'

0 comments on commit 24da720

Please sign in to comment.