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- `Unreleased `_ (YYYY-MM-DD)
5- --------------------------
4+ `3.1.0 `_ (2020-04-21)
5+ ---------------------
6+
7+ - Add video message
8+ - Fix slightly off calculation of image byte length
69
710`3.0.6 `_ (2017-09-22)
811---------------------
@@ -25,7 +28,7 @@ Changelog
2528
2629- Initial publication on PyPI
2730
28- .. _ Unreleased : https://github.com/lgrahl/threema-msgapi-sdk-python/compare/v3.0.6...HEAD
31+ .. _ 3.1.0 : https://github.com/lgrahl/threema-msgapi-sdk-python/compare/v3.0.6...v3.1.0
2932.. _3.0.6 : https://github.com/lgrahl/threema-msgapi-sdk-python/compare/v3.0.5...v3.0.6
3033.. _3.0.5 : https://github.com/lgrahl/threema-msgapi-sdk-python/compare/v3.0.4...v3.0.5
3134.. _3.0.4 : https://github.com/lgrahl/threema-msgapi-sdk-python/compare/v3.0.2...v3.0.4
Original file line number Diff line number Diff line change 11[bdist_wheel]
2- python-tag = py34.py35.py36
2+ python-tag = py34.py35.py36.py37.py38
33
44[flake8]
55max-line-length = 90
Original file line number Diff line number Diff line change 3030
3131__author__ = 'Lennart Grahl <lennart.grahl@gmail.com>'
3232__status__ = 'Production'
33- __version__ = '3.0.6 '
33+ __version__ = '3.1.0 '
3434feature_level = 3
3535
3636__all__ = tuple (itertools .chain (
You can’t perform that action at this time.
0 commit comments