Skip to content

Commit bea56d7

Browse files
committed
Release v3.0.4
1 parent b5911f4 commit bea56d7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Changelog
22
*********
33

4-
`Unreleased`_ (YYYY-MM-DD)
5-
--------------------------
4+
`3.0.4`_ (2017-05-23)
5+
---------------------
66

7-
- ...
7+
- Fix CLI
88

99
`3.0.2`_ (2017-05-12)
1010
---------------------
1111

1212
- Initial publication on PyPI
1313

14-
.. _Unreleased: https://github.com/lgrahl/threema-msgapi-sdk-python/compare/v3.0.2...HEAD
14+
.. _3.0.4: https://github.com/lgrahl/threema-msgapi-sdk-python/compare/v3.0.2...v3.0.4
1515
.. _3.0.2: https://github.com/lgrahl/threema-msgapi-sdk-python/compare/e982c74cbe564c76cc58322d3154916ee7f6863b...v3.0.2

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.2'
33+
__version__ = '3.0.4'
3434
feature_level = 3
3535

3636
__all__ = tuple(itertools.chain(

0 commit comments

Comments
 (0)