Skip to content

Commit

Permalink
bump to version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toddsifleet authored and Todd Sifleet committed Apr 25, 2018
1 parent c7eb40d commit 96da534
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

1.4.0 (2018-4-25)
----------------

- Fix bug in unsatisfied `with_args_validator` exceptions. Note this may cause some tests being run with the `unittest` runner that used to pass to fail.

1.3.2 (2018-4-17)
----------------

Expand Down
2 changes: 1 addition & 1 deletion doubles/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.3.2'
__version__ = '1.4.0'

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

0 comments on commit 96da534

Please sign in to comment.