Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 038094e

Browse files
committed
Update version and changelog
1 parent e1eb91b commit 038094e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
## 0.9.6 [unreleased]
1+
## 0.9.6 (16 August 2018)
22

33
IMPROVEMENTS:
44

55
* Vendors package, adding provider specific functionality ([#139](https://github.com/martinrusev/imbox/pull/139)) - Contributed by @zevaverbach
66
* Type hints for every method and function ([#136](https://github.com/martinrusev/imbox/pull/136)) - Contributed by @zevaverbach
77
* 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
99

1010

1111
## 0.9.5 (5 December 2017)

imbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from imbox.imbox import Imbox
22

3-
__version_info__ = (0, 9, 5)
3+
__version_info__ = (0, 9, 6)
44
__version__ = '.'.join([str(x) for x in __version_info__])
55

66

0 commit comments

Comments
 (0)