Skip to content

Commit

Permalink
Release v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrahl committed May 17, 2021
1 parent 0aeca60 commit cbe35f5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
*********

`5.0.0`_ (2021-05-17)
---------------------

- Added custom session and session arguments to `Connection` (#55, #56)
- Removed the `fingerprint` and `verify_fingerprint` arguments, see #55 for a
detailed explanation and how to achieve pinning

`4.0.0`_ (2021-01-23)
---------------------

Expand Down Expand Up @@ -59,6 +66,7 @@ Server:

- Initial publication on PyPI

.. _5.0.0: https://github.com/lgrahl/threema-msgapi-sdk-python/compare/v4.0.0...v5.0.0
.. _4.0.0: https://github.com/lgrahl/threema-msgapi-sdk-python/compare/v3.1.0...v4.0.0
.. _3.1.0: https://github.com/lgrahl/threema-msgapi-sdk-python/compare/v3.0.6...v3.1.0
.. _3.0.6: https://github.com/lgrahl/threema-msgapi-sdk-python/compare/v3.0.5...v3.0.6
Expand Down
2 changes: 1 addition & 1 deletion threema/gateway/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

__author__ = 'Lennart Grahl <[email protected]>'
__status__ = 'Production'
__version__ = '4.0.0'
__version__ = '5.0.0'
feature_level = 3

__all__ = tuple(itertools.chain(
Expand Down

0 comments on commit cbe35f5

Please sign in to comment.