Skip to content

Commit c7261e4

Browse files
committed
Release v1.0.1
1 parent d798f2e commit c7261e4

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
*********
33

4+
`1.0.1`_ (2017-07-25)
5+
---------------------
6+
7+
- Fix to handle new `libnacl <https://github.com/saltstack/libnacl/pull/91>`_
8+
exceptions.
9+
410
`1.0.0`_ (2017-03-24)
511
---------------------
612

@@ -9,4 +15,5 @@ Changelog
915

1016
.. _SaltyRTC 1.0 Protocol: https://github.com/saltyrtc/saltyrtc-meta/blob/protocol-1.0/Protocol.md
1117

18+
.. _1.0.1: https://github.com/saltyrtc/saltyrtc-server-python/compare/v1.0.0...v1.0.1
1219
.. _1.0.0: https://github.com/saltyrtc/saltyrtc-server-python/compare/aa3aceba46cc8683e640499936a6eaa406819ef8...v1.0.0

RELEASING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Signing key: https://lgrahl.de/pgp-key.txt
88
```bash
99
flake8 .
1010
isort -rc -c . || isort -rc -df
11-
python setup.py checkdocs
1211
py.test
1312
```
1413

@@ -22,6 +21,8 @@ Signing key: https://lgrahl.de/pgp-key.txt
2221
3. Update version number in ``saltyrtc/server/__init__.py`` and
2322
``CHANGELOG.rst``, also update the URL with the corresponding tags.
2423

24+
Run `python setup.py checkdocs`.
25+
2526
4. Do a signed commit and signed tag of the release:
2627

2728
```bash

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.0'
35+
__version__ = '1.0.1'

0 commit comments

Comments
 (0)