File tree 3 files changed +9
-7
lines changed
3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
*********
3
3
4
- `Unreleased `_ (YYYY-MM-DD )
5
- --------------------------
4
+ `1.0.2 `_ (2017-11-15 )
5
+ ---------------------
6
6
7
- - .. .
7
+ - Fix do not accept unencrypted 'client-auth' messages from the initiator .
8
8
9
9
`1.0.1 `_ (2017-07-25)
10
10
---------------------
@@ -20,6 +20,6 @@ Changelog
20
20
21
21
.. _SaltyRTC 1.0 Protocol : https://github.com/saltyrtc/saltyrtc-meta/blob/protocol-1.0/Protocol.md
22
22
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
24
24
.. _1.0.1 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v1.0.0...v1.0.1
25
25
.. _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
54
54
git push --tags
55
55
```
56
56
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:
58
60
59
61
``` rst
60
62
`Unreleased`_ (YYYY-MM-DD)
61
63
--------------------------
62
64
```
63
65
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 32
32
33
33
__author__ = 'Lennart Grahl <[email protected] >'
34
34
__status__ = 'Production'
35
- __version__ = '1.0.1 '
35
+ __version__ = '1.0.2 '
You can’t perform that action at this time.
0 commit comments