File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
22*********
33
4- `Unreleased `_ (YYYY-MM-DD )
5- --------------------------
4+ `3.0.5 `_ (2017-07-25 )
5+ ---------------------
66
7- - ...
7+ - Fix to handle new `libnacl <https://github.com/saltstack/libnacl/pull/91 >`_
8+ exceptions.
89
910`3.0.4 `_ (2017-05-23)
1011---------------------
@@ -16,6 +17,6 @@ Changelog
1617
1718- Initial publication on PyPI
1819
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
2021.. _3.0.4 : https://github.com/lgrahl/threema-msgapi-sdk-python/compare/v3.0.2...v3.0.4
2122.. _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
99 flake8 .
1010 isort -rc -c . || isort -rc -df
1111 mypy .
12- python setup.py checkdocs
1312 py.test
1413 ```
1514
@@ -23,6 +22,8 @@ Signing key: https://lgrahl.de/pub/pgp-key.txt
23223 . Update version number in `` threema/gateway/__init__.py `` and
2423 `` CHANGELOG.rst `` , also update the URL with the corresponding tags.
2524
25+ Run ` python setup.py checkdocs ` .
26+
26274 . Do a signed commit and signed tag of the release:
2728
2829 ``` bash
Original file line number Diff line number Diff line change 3030
3131__author__ = 'Lennart Grahl <lennart.grahl@gmail.com>'
3232__status__ = 'Production'
33- __version__ = '3.0.4 '
33+ __version__ = '3.0.5 '
3434feature_level = 3
3535
3636__all__ = tuple (itertools .chain (
You can’t perform that action at this time.
0 commit comments