File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
*********
3
3
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
+
4
10
`1.0.0 `_ (2017-03-24)
5
11
---------------------
6
12
@@ -9,4 +15,5 @@ Changelog
9
15
10
16
.. _SaltyRTC 1.0 Protocol : https://github.com/saltyrtc/saltyrtc-meta/blob/protocol-1.0/Protocol.md
11
17
18
+ .. _1.0.1 : https://github.com/saltyrtc/saltyrtc-server-python/compare/v1.0.0...v1.0.1
12
19
.. _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 @@ -8,7 +8,6 @@ Signing key: https://lgrahl.de/pgp-key.txt
8
8
``` bash
9
9
flake8 .
10
10
isort -rc -c . || isort -rc -df
11
- python setup.py checkdocs
12
11
py.test
13
12
```
14
13
@@ -22,6 +21,8 @@ Signing key: https://lgrahl.de/pgp-key.txt
22
21
3 . Update version number in `` saltyrtc/server/__init__.py `` and
23
22
`` CHANGELOG.rst `` , also update the URL with the corresponding tags.
24
23
24
+ Run ` python setup.py checkdocs ` .
25
+
25
26
4 . Do a signed commit and signed tag of the release:
26
27
27
28
``` bash
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.0 '
35
+ __version__ = '1.0.1 '
You can’t perform that action at this time.
0 commit comments