Commit a36e8ed 1 parent 45fb20a commit a36e8ed Copy full SHA for a36e8ed
File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
*********
3
3
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
+
4
10
`6.0.0 `_ (2022-06-13)
5
11
---------------------
6
12
@@ -79,6 +85,7 @@ Server:
79
85
80
86
- Initial publication on PyPI
81
87
88
+ .. _7.0.1 : https://github.com/threema-ch/threema-msgapi-sdk-python/compare/v6.0.0...v7.0.1
82
89
.. _6.0.0 : https://github.com/threema-ch/threema-msgapi-sdk-python/compare/v5.0.0...v6.0.0
83
90
.. _5.0.0 : https://github.com/threema-ch/threema-msgapi-sdk-python/compare/v4.0.0...v5.0.0
84
91
.. _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 30
30
31
31
__author__ = 'Lennart Grahl <[email protected] >'
32
32
__status__ = 'Production'
33
- __version__ = '6 .0.0 '
33
+ __version__ = '7 .0.1 '
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