Commit dab9328 1 parent 41bcd28 commit dab9328 Copy full SHA for dab9328
File tree 3 files changed +9
-7
lines changed
3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
*********
3
3
4
- `Unreleased `_ (YYYY-MM-DD )
5
- --------------------------
4
+ `3.0.6 `_ (2017-09-22 )
5
+ ---------------------
6
6
7
- - ...
7
+ - Migrate to aiohttp2
8
8
9
9
`3.0.5 `_ (2017-07-25)
10
10
---------------------
@@ -22,7 +22,7 @@ Changelog
22
22
23
23
- Initial publication on PyPI
24
24
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
26
26
.. _3.0.5 : https://github.com/lgrahl/threema-msgapi-sdk-python/compare/v3.0.4...v3.0.5
27
27
.. _3.0.4 : https://github.com/lgrahl/threema-msgapi-sdk-python/compare/v3.0.2...v3.0.4
28
28
.. _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
55
55
git push --tags
56
56
```
57
57
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:
59
61
60
62
``` rst
61
63
`Unreleased`_ (YYYY-MM-DD)
62
64
--------------------------
63
65
```
64
66
65
- 9 . Pat yourself on the back and celebrate!
67
+ 10 . Pat yourself on the back and celebrate!
66
68
Original file line number Diff line number Diff line change 30
30
31
31
__author__ = 'Lennart Grahl <[email protected] >'
32
32
__status__ = 'Production'
33
- __version__ = '3.0.5 '
33
+ __version__ = '3.0.6 '
34
34
feature_level = 3
35
35
36
36
__all__ = tuple (itertools .chain (
You can’t perform that action at this time.
0 commit comments