Skip to content

Commit dd8b189

Browse files
committed
Release v3.1.0
1 parent b3c51dd commit dd8b189

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.rst

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

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bdist_wheel]
2-
python-tag = py34.py35.py36
2+
python-tag = py34.py35.py36.py37.py38
33

44
[flake8]
55
max-line-length = 90

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

3636
__all__ = tuple(itertools.chain(

0 commit comments

Comments
 (0)