Skip to content

Commit

Permalink
feat(version): update verion changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Oct 19, 2017
1 parent 607c1c9 commit 395b1d7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions History.rst
Expand Up @@ -2,6 +2,15 @@
History
=======

v0.2.5 / 2017-10-19
-------------------

* refactor(setup): remove extra install dependency
* Fix py27 compatibility (#49)
* Add activate_async decorator (#48)
* fix typo in pook.mock.Mock.ismatched.__doc__ (#47)
* fix README example (#46)

v0.2.4 / 2017-10-03
-------------------

Expand Down
2 changes: 1 addition & 1 deletion pook/__init__.py
Expand Up @@ -9,4 +9,4 @@
__license__ = 'MIT'

# Current version
__version__ = '0.2.4'
__version__ = '0.2.5'

0 comments on commit 395b1d7

Please sign in to comment.