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+ `7.0.1 `_ (2023-02-21)
5+
6+ - Fix parsing of unknown reception capabilities
7+ - Add new `ReceptionCapability ` items
8+ - Remove `ReceptionCapabilitiesError ` (breaking)
9+
410`6.0.0 `_ (2022-06-13)
511---------------------
612
@@ -79,6 +85,7 @@ Server:
7985
8086- Initial publication on PyPI
8187
88+ .. _7.0.1 : https://github.com/threema-ch/threema-msgapi-sdk-python/compare/v6.0.0...v7.0.1
8289.. _6.0.0 : https://github.com/threema-ch/threema-msgapi-sdk-python/compare/v5.0.0...v6.0.0
8390.. _5.0.0 : https://github.com/threema-ch/threema-msgapi-sdk-python/compare/v4.0.0...v5.0.0
8491.. _4.0.0 : https://github.com/threema-ch/threema-msgapi-sdk-python/compare/v3.1.0...v4.0.0
Original file line number Diff line number Diff line change 3030
3131__author__ = 'Lennart Grahl <lennart.grahl@gmail.com>'
3232__status__ = 'Production'
33- __version__ = '6 .0.0 '
33+ __version__ = '7 .0.1 '
3434feature_level = 3
3535
3636__all__ = tuple (itertools .chain (
You can’t perform that action at this time.
0 commit comments