Skip to content

Commit

Permalink
Bumps version.
Browse files Browse the repository at this point in the history
Signed-off-by: Kouhei Maeda <mkouhei@palmtb.net>
  • Loading branch information
mkouhei committed Apr 27, 2016
1 parent 9637881 commit c97c97e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.rst
Expand Up @@ -26,6 +26,7 @@ Features
========

* guard with lambda
* Enable to use function or method as ``guard_cl`` statement argument.

Setup
=====
Expand All @@ -36,8 +37,8 @@ Setup
or
(venv)$ pip install pguard

Usage
=====
Simple usage
============

::

Expand Down
5 changes: 5 additions & 0 deletions docs/source/CHANGELOG.rst
@@ -1,6 +1,11 @@
ChangeLog
=========

0.2.0 (2016-04-27)
------------------

* Supports "function" and "method" as guard_cl statement argument.

0.1.4 (2016-04-24)
------------------

Expand Down
2 changes: 1 addition & 1 deletion pguard.py
Expand Up @@ -3,7 +3,7 @@
import sys
import inspect

__version__ = '0.1.4'
__version__ = '0.2.0'


def _has_args(func):
Expand Down

0 comments on commit c97c97e

Please sign in to comment.