Skip to content

Commit

Permalink
Merge e9f720b into 2f6e176
Browse files Browse the repository at this point in the history
  • Loading branch information
mkouhei committed Mar 18, 2019
2 parents 2f6e176 + e9f720b commit d8b97a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/source/CHANGELOG.rst
@@ -1,6 +1,12 @@
ChangeLog
=========

0.4.0 (2019-03-18)
------------------

* Supports Python 3.7.
* Drops Python 2.7, Python 3.5.

0.3.1 (2018-11-03)
------------------

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

__version__ = '0.3.1'
__version__ = '0.4.0'


def _has_args(statement):
Expand Down

0 comments on commit d8b97a8

Please sign in to comment.