Skip to content

Commit

Permalink
bump to version 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Kudriashev committed Oct 12, 2018
1 parent a594426 commit 9267646
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,13 @@
Changelog
=========

1.5.2 (2018-10-12)
----------------

- Add support for inspect.signature
- Add support of Python 3.7
- Fix inspect DeprecationWarning

1.5.1 (2018-7-24)
----------------

Expand Down
2 changes: 1 addition & 1 deletion doubles/__init__.py
@@ -1,4 +1,4 @@
__version__ = '1.5.1'
__version__ = '1.5.2'

from doubles.class_double import ClassDouble # noqa
from doubles.instance_double import InstanceDouble # noqa
Expand Down

0 comments on commit 9267646

Please sign in to comment.