Commit cbe35f5 1 parent 0aeca60 commit cbe35f5 Copy full SHA for cbe35f5
File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
*********
3
3
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
+
4
11
`4.0.0 `_ (2021-01-23)
5
12
---------------------
6
13
@@ -59,6 +66,7 @@ Server:
59
66
60
67
- Initial publication on PyPI
61
68
69
+ .. _5.0.0 : https://github.com/lgrahl/threema-msgapi-sdk-python/compare/v4.0.0...v5.0.0
62
70
.. _4.0.0 : https://github.com/lgrahl/threema-msgapi-sdk-python/compare/v3.1.0...v4.0.0
63
71
.. _3.1.0 : https://github.com/lgrahl/threema-msgapi-sdk-python/compare/v3.0.6...v3.1.0
64
72
.. _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 30
30
31
31
__author__ = 'Lennart Grahl <[email protected] >'
32
32
__status__ = 'Production'
33
- __version__ = '4 .0.0'
33
+ __version__ = '5 .0.0'
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