From 3e3a93dcffc803bf9e348b538cbacaa14b94a007 Mon Sep 17 00:00:00 2001 From: sarayourfriend Date: Mon, 7 Oct 2024 21:18:25 -0600 Subject: [PATCH] Bump to v2.0.1 (#140) --- History.rst | 5 +++++ src/pook/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/History.rst b/History.rst index 4451925..47eaf46 100644 --- a/History.rst +++ b/History.rst @@ -1,6 +1,11 @@ History ======= +v2.0.1 / 2024-10-08 +------------------------- + + * Improve aiohttp JSONMatcher support by @KyleJamesWalker in https://github.com/h2non/pook/pull/139 + v2.0.0 / 2024-07-01 ------------------------- diff --git a/src/pook/__init__.py b/src/pook/__init__.py index 467d256..4c35803 100644 --- a/src/pook/__init__.py +++ b/src/pook/__init__.py @@ -9,4 +9,4 @@ __license__ = "MIT" # Current version -__version__ = "2.0.0" +__version__ = "2.0.1"