Skip to content

Commit

Permalink
Release v3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrahl committed Jan 8, 2019
1 parent fa4729e commit 6af543c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
Changelog
*********

`3.1.1`_ (2019-01-07)
`3.1.2`_ (2019-01-08)
---------------------

- Fix imports for earlier Python 3.5 versions

`3.1.1`_ (2019-01-08)
---------------------

- Disable deprecation warning in py.test for now (see `#90`_)
Expand Down Expand Up @@ -66,6 +71,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

.. _3.1.2: https://github.com/saltyrtc/saltyrtc-server-python/compare/v3.1.1...v3.1.2
.. _3.1.1: https://github.com/saltyrtc/saltyrtc-server-python/compare/v3.1.0...v3.1.1
.. _3.1.0: https://github.com/saltyrtc/saltyrtc-server-python/compare/v3.0.1...v3.1.0
.. _3.0.1: https://github.com/saltyrtc/saltyrtc-server-python/compare/v3.0.0...v3.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 @@ -32,4 +32,4 @@

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

0 comments on commit 6af543c

Please sign in to comment.