File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 3030
3131__author__ = 'Lennart Grahl <lennart.grahl@gmail.com>'
3232__status__ = 'Production'
33- __version__ = '3.0.5 '
33+ __version__ = '3.0.6 '
3434feature_level = 3
3535
3636__all__ = tuple (itertools .chain (
You can’t perform that action at this time.
0 commit comments