Skip to content

Commit

Permalink
Release v7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
threema-lenny committed Feb 21, 2023
1 parent 45fb20a commit a36e8ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
*********

`7.0.1`_ (2023-02-21)

- Fix parsing of unknown reception capabilities
- Add new `ReceptionCapability` items
- Remove `ReceptionCapabilitiesError` (breaking)

`6.0.0`_ (2022-06-13)
---------------------

Expand Down Expand Up @@ -79,6 +85,7 @@ Server:

- Initial publication on PyPI

.. _7.0.1: https://github.com/threema-ch/threema-msgapi-sdk-python/compare/v6.0.0...v7.0.1
.. _6.0.0: https://github.com/threema-ch/threema-msgapi-sdk-python/compare/v5.0.0...v6.0.0
.. _5.0.0: https://github.com/threema-ch/threema-msgapi-sdk-python/compare/v4.0.0...v5.0.0
.. _4.0.0: https://github.com/threema-ch/threema-msgapi-sdk-python/compare/v3.1.0...v4.0.0
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 <lennart.grahl@gmail.com>'
__status__ = 'Production'
__version__ = '6.0.0'
__version__ = '7.0.1'
feature_level = 3

__all__ = tuple(itertools.chain(
Expand Down

0 comments on commit a36e8ed

Please sign in to comment.