From 6bf6d6e059e90b8abf8f30d71c53f3f6ca810034 Mon Sep 17 00:00:00 2001 From: sarayourfriend Date: Sat, 7 Mar 2026 08:56:51 +1100 Subject: [PATCH] Bump to v2.1.6 --- History.rst | 16 ++++++++++++++++ src/pook/__init__.py | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/History.rst b/History.rst index 7adcf60..e94f64d 100644 --- a/History.rst +++ b/History.rst @@ -1,6 +1,22 @@ History ======= +v2.1.6 / 2026-03-07 +------------------------- + +What's Changed +^^^^^^^^^^^^^^ + + * interceptors/http: fix version format by @xrmx in https://github.com/h2non/pook/pull/173 + * interceptors/http: set length on response by @xrmx in https://github.com/h2non/pook/pull/174 + +New Contributors +^^^^^^^^^^^^^^^^ + + * @xrmx made their first contribution in https://github.com/h2non/pook/pull/173 + +**Full Changelog**: https://github.com/h2non/pook/compare/v2.1.5...v2.1.6 + v2.1.5 / 2026-03-01 ------------------------- diff --git a/src/pook/__init__.py b/src/pook/__init__.py index 89bb324..9ecb0f0 100644 --- a/src/pook/__init__.py +++ b/src/pook/__init__.py @@ -44,4 +44,4 @@ __license__ = "MIT" # Current version -__version__ = "2.1.5" +__version__ = "2.1.6"