File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- ## 0.9.6 [ unreleased ]
1
+ ## 0.9.6 (16 August 2018)
2
2
3
3
IMPROVEMENTS:
4
4
5
5
* Vendors package, adding provider specific functionality ([ #139 ] ( https://github.com/martinrusev/imbox/pull/139 ) ) - Contributed by @zevaverbach
6
6
* Type hints for every method and function ([ #136 ] ( https://github.com/martinrusev/imbox/pull/136 ) ) - Contributed by @zevaverbach
7
7
* Move all code out of __ init__ .py and into a separate module ([ #130 ] ( https://github.com/martinrusev/imbox/pull/130 ) ) - Contributed by @zevaverbach
8
- * Enchance `messages' generator: ([ #129 ] ( https://github.com/martinrusev/imbox/pull/129 ) ) - Contributed by @zevaverbach
8
+ * Enhance `messages' generator: ([ #129 ] ( https://github.com/martinrusev/imbox/pull/129 ) ) - Contributed by @zevaverbach
9
9
10
10
11
11
## 0.9.5 (5 December 2017)
Original file line number Diff line number Diff line change 1
1
from imbox .imbox import Imbox
2
2
3
- __version_info__ = (0 , 9 , 5 )
3
+ __version_info__ = (0 , 9 , 6 )
4
4
__version__ = '.' .join ([str (x ) for x in __version_info__ ])
5
5
6
6
You can’t perform that action at this time.
0 commit comments