Skip to content

Commit cbe35f5

Browse files
committed
Release v5.0.0
1 parent 0aeca60 commit cbe35f5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
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

threema/gateway/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
__author__ = 'Lennart Grahl <[email protected]>'
3232
__status__ = 'Production'
33-
__version__ = '4.0.0'
33+
__version__ = '5.0.0'
3434
feature_level = 3
3535

3636
__all__ = tuple(itertools.chain(

0 commit comments

Comments
 (0)