Skip to content

Commit

Permalink
bump to version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Kudriashev committed Jul 24, 2018
1 parent fdeaf8a commit f9d11f6
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.5.1 (2018-7-24)
----------------

- Fix bug which breaks automatic teardown of top-level expectations between test cases

1.5.0 (2018-6-07)
----------------

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.5.0'
__version__ = '1.5.1'

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

2 comments on commit f9d11f6

@sjarvie
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you going to deploy this soon?

@skudriashev
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sjarvie yes, will be released soon.

Please sign in to comment.