Skip to content

Commit

Permalink
Release v3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrahl committed Jul 25, 2017
1 parent 685dd58 commit c684850
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Changelog
*********

`Unreleased`_ (YYYY-MM-DD)
--------------------------
`3.0.5`_ (2017-07-25)
---------------------

- ...
- Fix to handle new `libnacl <https://github.com/saltstack/libnacl/pull/91>`_
exceptions.

`3.0.4`_ (2017-05-23)
---------------------
Expand All @@ -16,6 +17,6 @@ Changelog

- Initial publication on PyPI

.. _Unreleased: https://github.com/lgrahl/threema-msgapi-sdk-python/compare/v3.0.4...HEAD
.. _3.0.5: https://github.com/lgrahl/threema-msgapi-sdk-python/compare/v3.0.4...v3.0.5
.. _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
3 changes: 2 additions & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Signing key: https://lgrahl.de/pub/pgp-key.txt
flake8 .
isort -rc -c . || isort -rc -df
mypy .
python setup.py checkdocs
py.test
```

Expand All @@ -23,6 +22,8 @@ Signing key: https://lgrahl.de/pub/pgp-key.txt
3. Update version number in ``threema/gateway/__init__.py`` and
``CHANGELOG.rst``, also update the URL with the corresponding tags.

Run `python setup.py checkdocs`.

4. Do a signed commit and signed tag of the release:

```bash
Expand Down
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.4'
__version__ = '3.0.5'
feature_level = 3

__all__ = tuple(itertools.chain(
Expand Down

0 comments on commit c684850

Please sign in to comment.