Skip to content

Commit dab9328

Browse files
committed
Release v3.0.6
1 parent 41bcd28 commit dab9328

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CHANGELOG.rst

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

4-
`Unreleased`_ (YYYY-MM-DD)
5-
--------------------------
4+
`3.0.6`_ (2017-09-22)
5+
---------------------
66

7-
- ...
7+
- Migrate to aiohttp2
88

99
`3.0.5`_ (2017-07-25)
1010
---------------------
@@ -22,7 +22,7 @@ Changelog
2222

2323
- Initial publication on PyPI
2424

25-
.. _Unreleased: https://github.com/lgrahl/threema-msgapi-sdk-python/compare/v3.0.5...HEAD
25+
.. _3.0.6: https://github.com/lgrahl/threema-msgapi-sdk-python/compare/v3.0.5...v3.0.6
2626
.. _3.0.5: https://github.com/lgrahl/threema-msgapi-sdk-python/compare/v3.0.4...v3.0.5
2727
.. _3.0.4: https://github.com/lgrahl/threema-msgapi-sdk-python/compare/v3.0.2...v3.0.4
2828
.. _3.0.2: https://github.com/lgrahl/threema-msgapi-sdk-python/compare/e982c74cbe564c76cc58322d3154916ee7f6863b...v3.0.2

RELEASING.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,14 @@ Signing key: https://lgrahl.de/pub/pgp-key.txt
5555
git push --tags
5656
```
5757

58-
8. Prepare CHANGELOG.rst for upcoming changes:
58+
8. Create a new release on GitHub.
59+
60+
9. Prepare CHANGELOG.rst for upcoming changes:
5961

6062
```rst
6163
`Unreleased`_ (YYYY-MM-DD)
6264
--------------------------
6365
```
6466

65-
9. Pat yourself on the back and celebrate!
67+
10. Pat yourself on the back and celebrate!
6668

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

3636
__all__ = tuple(itertools.chain(

0 commit comments

Comments
 (0)