Commit c684850 1 parent 685dd58 commit c684850 Copy full SHA for c684850
File tree 3 files changed +8
-6
lines changed
3 files changed +8
-6
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
+ `3.0.5 `_ (2017-07-25 )
5
+ ---------------------
6
6
7
- - ...
7
+ - Fix to handle new `libnacl <https://github.com/saltstack/libnacl/pull/91 >`_
8
+ exceptions.
8
9
9
10
`3.0.4 `_ (2017-05-23)
10
11
---------------------
@@ -16,6 +17,6 @@ Changelog
16
17
17
18
- Initial publication on PyPI
18
19
19
- .. _ Unreleased : https://github.com/lgrahl/threema-msgapi-sdk-python/compare/v3.0.4...HEAD
20
+ .. _ 3.0.5 : https://github.com/lgrahl/threema-msgapi-sdk-python/compare/v3.0.4...v3.0.5
20
21
.. _3.0.4 : https://github.com/lgrahl/threema-msgapi-sdk-python/compare/v3.0.2...v3.0.4
21
22
.. _3.0.2 : https://github.com/lgrahl/threema-msgapi-sdk-python/compare/e982c74cbe564c76cc58322d3154916ee7f6863b...v3.0.2
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ Signing key: https://lgrahl.de/pub/pgp-key.txt
9
9
flake8 .
10
10
isort -rc -c . || isort -rc -df
11
11
mypy .
12
- python setup.py checkdocs
13
12
py.test
14
13
```
15
14
@@ -23,6 +22,8 @@ Signing key: https://lgrahl.de/pub/pgp-key.txt
23
22
3 . Update version number in `` threema/gateway/__init__.py `` and
24
23
`` CHANGELOG.rst `` , also update the URL with the corresponding tags.
25
24
25
+ Run ` python setup.py checkdocs ` .
26
+
26
27
4 . Do a signed commit and signed tag of the release:
27
28
28
29
``` bash
Original file line number Diff line number Diff line change 30
30
31
31
__author__ = 'Lennart Grahl <[email protected] >'
32
32
__status__ = 'Production'
33
- __version__ = '3.0.4 '
33
+ __version__ = '3.0.5 '
34
34
feature_level = 3
35
35
36
36
__all__ = tuple (itertools .chain (
You can’t perform that action at this time.
0 commit comments