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+ `5.0.0 `_ (2021-05-17)
5+ ---------------------
6+
7+ - Added custom session and session arguments to `Connection ` (#55, #56)
8+ - Removed the `fingerprint ` and `verify_fingerprint ` arguments, see #55 for a
9+ detailed explanation and how to achieve pinning
10+
411`4.0.0 `_ (2021-01-23)
512---------------------
613
@@ -59,6 +66,7 @@ Server:
5966
6067- Initial publication on PyPI
6168
69+ .. _5.0.0 : https://github.com/lgrahl/threema-msgapi-sdk-python/compare/v4.0.0...v5.0.0
6270.. _4.0.0 : https://github.com/lgrahl/threema-msgapi-sdk-python/compare/v3.1.0...v4.0.0
6371.. _3.1.0 : https://github.com/lgrahl/threema-msgapi-sdk-python/compare/v3.0.6...v3.1.0
6472.. _3.0.6 : https://github.com/lgrahl/threema-msgapi-sdk-python/compare/v3.0.5...v3.0.6
Original file line number Diff line number Diff line change 3030
3131__author__ = 'Lennart Grahl <lennart.grahl@gmail.com>'
3232__status__ = 'Production'
33- __version__ = '4 .0.0'
33+ __version__ = '5 .0.0'
3434feature_level = 3
3535
3636__all__ = tuple (itertools .chain (
You can’t perform that action at this time.
0 commit comments