From f9d11f6e676f496f59be6841f2f577137eba7f5b Mon Sep 17 00:00:00 2001 From: Stanislav Kudriashev Date: Tue, 24 Jul 2018 12:06:06 -0700 Subject: [PATCH] bump to version 1.5.1 --- CHANGES.rst | 5 +++++ doubles/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 919a10e..a5d45fa 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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) ---------------- diff --git a/doubles/__init__.py b/doubles/__init__.py index 8d14b85..813ef97 100644 --- a/doubles/__init__.py +++ b/doubles/__init__.py @@ -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