Commit dd8b189 1 parent b3c51dd commit dd8b189 Copy full SHA for dd8b189
File tree 3 files changed +8
-5
lines changed
3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
*********
3
3
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
6
9
7
10
`3.0.6 `_ (2017-09-22)
8
11
---------------------
@@ -25,7 +28,7 @@ Changelog
25
28
26
29
- Initial publication on PyPI
27
30
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
29
32
.. _3.0.6 : https://github.com/lgrahl/threema-msgapi-sdk-python/compare/v3.0.5...v3.0.6
30
33
.. _3.0.5 : https://github.com/lgrahl/threema-msgapi-sdk-python/compare/v3.0.4...v3.0.5
31
34
.. _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 1
1
[bdist_wheel]
2
- python-tag = py34.py35.py36
2
+ python-tag = py34.py35.py36.py37.py38
3
3
4
4
[flake8]
5
5
max-line-length = 90
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__ = '3.0.6 '
33
+ __version__ = '3.1.0 '
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