Skip to content

Commit

Permalink
feat(version): bump to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Dec 1, 2016
1 parent 5a544d9 commit 796358c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion History.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
History
=======

0.1.1 (2016-12-01)
------------------

- fix: Python 2 dictionary iteration syntax.
- feat(docs): add more examples.
- fix(matchers): better regular expression comparison support.

0.1.0 (2016-11-30)
------------------

- First version (still beta)


0.1.0-rc.1 (2016-11-27)
-----------------------

- First version (still beta)
- First release candidate version (still beta)
2 changes: 1 addition & 1 deletion pook/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
__license__ = 'MIT'

# Current version
__version__ = '0.1.0'
__version__ = '0.1.1'

0 comments on commit 796358c

Please sign in to comment.