File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
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
Original file line number Diff line number Diff 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
22213 . 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+
25264 . Do a signed commit and signed tag of the release:
2627
2728 ``` bash
Original file line number Diff line number Diff line change 3232
3333__author__ = 'Lennart Grahl <[email protected] >' 3434__status__ = 'Production'
35- __version__ = '1.0.0 '
35+ __version__ = '1.0.1 '
You can’t perform that action at this time.
0 commit comments