File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 11Changelog
22*********
33
4- `Unreleased `_ (YYYY-MM-DD )
5- --------------------------
4+ `1.0.2 `_ (2017-11-15 )
5+ ---------------------
66
7- - .. .
7+ - Fix do not accept unencrypted 'client-auth' messages from the initiator .
88
99`1.0.1 `_ (2017-07-25)
1010---------------------
@@ -20,6 +20,6 @@ Changelog
2020
2121.. _SaltyRTC 1.0 Protocol : https://github.com/saltyrtc/saltyrtc-meta/blob/protocol-1.0/Protocol.md
2222
23- .. _ Unreleased : https://github.com/saltyrtc/saltyrtc-server-python/compare/v1.0.1...HEAD
23+ .. _ 1.0.2 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v1.0.1...v1.0.2
2424.. _1.0.1 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v1.0.0...v1.0.1
2525.. _1.0.0 : https://github.com/saltyrtc/saltyrtc-server-python/compare/aa3aceba46cc8683e640499936a6eaa406819ef8...v1.0.0
Original file line number Diff line number Diff line change @@ -54,11 +54,13 @@ Signing key: https://lgrahl.de/pub/pgp-key.txt
5454 git push --tags
5555 ```
5656
57- 8 . Prepare CHANGELOG.rst for upcoming changes:
57+ 8 . Create a new release on GitHub.
58+
59+ 9 . Prepare CHANGELOG.rst for upcoming changes:
5860
5961 ``` rst
6062 `Unreleased`_ (YYYY-MM-DD)
6163 --------------------------
6264 ```
6365
64- 9 . Pat yourself on the back and celebrate!
66+ 10 . Pat yourself on the back and celebrate!
Original file line number Diff line number Diff line change 3232
3333__author__ = 'Lennart Grahl <[email protected] >' 3434__status__ = 'Production'
35- __version__ = '1.0.1 '
35+ __version__ = '1.0.2 '
You can’t perform that action at this time.
0 commit comments