Skip to content

Commit

Permalink
Bump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarkentin committed Sep 8, 2014
1 parent c5a0d49 commit 3417971
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
History
-------

0.4.0 (2014-09-08)
++++++++++++++++++

* Add the ability to skip certain checks by passing one or more
``skip=path.to.callable`` GET params when hitting the watchman URL

0.3.0 (2014-09-05)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion watchman/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.0'
__version__ = '0.4.0'

0 comments on commit 3417971

Please sign in to comment.