Skip to content

Commit c684850

Browse files
committed
Release v3.0.5
1 parent 685dd58 commit c684850

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

CHANGELOG.rst

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

4-
`Unreleased`_ (YYYY-MM-DD)
5-
--------------------------
4+
`3.0.5`_ (2017-07-25)
5+
---------------------
66

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

910
`3.0.4`_ (2017-05-23)
1011
---------------------
@@ -16,6 +17,6 @@ Changelog
1617

1718
- Initial publication on PyPI
1819

19-
.. _Unreleased: https://github.com/lgrahl/threema-msgapi-sdk-python/compare/v3.0.4...HEAD
20+
.. _3.0.5: https://github.com/lgrahl/threema-msgapi-sdk-python/compare/v3.0.4...v3.0.5
2021
.. _3.0.4: https://github.com/lgrahl/threema-msgapi-sdk-python/compare/v3.0.2...v3.0.4
2122
.. _3.0.2: https://github.com/lgrahl/threema-msgapi-sdk-python/compare/e982c74cbe564c76cc58322d3154916ee7f6863b...v3.0.2

RELEASING.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Signing key: https://lgrahl.de/pub/pgp-key.txt
99
flake8 .
1010
isort -rc -c . || isort -rc -df
1111
mypy .
12-
python setup.py checkdocs
1312
py.test
1413
```
1514

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

25+
Run `python setup.py checkdocs`.
26+
2627
4. Do a signed commit and signed tag of the release:
2728

2829
```bash

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

3636
__all__ = tuple(itertools.chain(

0 commit comments

Comments
 (0)