Skip to content

Commit

Permalink
Release v3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrahl committed May 23, 2017
1 parent b5911f4 commit bea56d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Changelog
*********

`Unreleased`_ (YYYY-MM-DD)
--------------------------
`3.0.4`_ (2017-05-23)
---------------------

- ...
- Fix CLI

`3.0.2`_ (2017-05-12)
---------------------

- Initial publication on PyPI

.. _Unreleased: https://github.com/lgrahl/threema-msgapi-sdk-python/compare/v3.0.2...HEAD
.. _3.0.4: https://github.com/lgrahl/threema-msgapi-sdk-python/compare/v3.0.2...v3.0.4
.. _3.0.2: https://github.com/lgrahl/threema-msgapi-sdk-python/compare/e982c74cbe564c76cc58322d3154916ee7f6863b...v3.0.2
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 <[email protected]>'
__status__ = 'Production'
__version__ = '3.0.2'
__version__ = '3.0.4'
feature_level = 3

__all__ = tuple(itertools.chain(
Expand Down

0 comments on commit bea56d7

Please sign in to comment.