Skip to content

Commit 98ab879

Browse files
committed
Release v1.0.2
1 parent c19aa18 commit 98ab879

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Changelog
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

RELEASING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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!

saltyrtc/server/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@
3232

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

0 commit comments

Comments
 (0)