Skip to content

Commit

Permalink
Bump to v2.1.1 (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend authored Oct 15, 2024
1 parent e95e259 commit 4f0ccf2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions History.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
History
=======

v2.1.1 / 2024-10-15
-------------------------

* Flush mocks when `pook.activate` used as a wrapper by @shift0965 in https://github.com/h2non/pook/pull/145.

* This prevents mocks from leaking between test cases and should fix some potentially confusing edge case bugs.


v2.1.0 / 2024-10-08
-------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/pook/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@
__license__ = "MIT"

# Current version
__version__ = "2.1.0"
__version__ = "2.1.1"

0 comments on commit 4f0ccf2

Please sign in to comment.