Skip to content

Commit a36e8ed

Browse files
committed
Release v7.0.1
1 parent 45fb20a commit a36e8ed

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

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

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__ = '6.0.0'
33+
__version__ = '7.0.1'
3434
feature_level = 3
3535

3636
__all__ = tuple(itertools.chain(

0 commit comments

Comments
 (0)