Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrusev committed Aug 14, 2018
1 parent e1eb91b commit 038094e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## 0.9.6 [unreleased]
## 0.9.6 (16 August 2018)

IMPROVEMENTS:

* Vendors package, adding provider specific functionality ([#139](https://github.com/martinrusev/imbox/pull/139)) - Contributed by @zevaverbach
* Type hints for every method and function ([#136](https://github.com/martinrusev/imbox/pull/136)) - Contributed by @zevaverbach
* Move all code out of __init__.py and into a separate module ([#130](https://github.com/martinrusev/imbox/pull/130)) - Contributed by @zevaverbach
* Enchance `messages' generator: ([#129](https://github.com/martinrusev/imbox/pull/129)) - Contributed by @zevaverbach
* Enhance `messages' generator: ([#129](https://github.com/martinrusev/imbox/pull/129)) - Contributed by @zevaverbach


## 0.9.5 (5 December 2017)
Expand Down
2 changes: 1 addition & 1 deletion imbox/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from imbox.imbox import Imbox

__version_info__ = (0, 9, 5)
__version_info__ = (0, 9, 6)
__version__ = '.'.join([str(x) for x in __version_info__])


Expand Down

0 comments on commit 038094e

Please sign in to comment.