Skip to content

Commit 919dbc0

Browse files
Bump to v2.1.6 (#175)
1 parent 4598663 commit 919dbc0

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

History.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
History
22
=======
33

4+
v2.1.6 / 2026-03-07
5+
-------------------------
6+
7+
What's Changed
8+
^^^^^^^^^^^^^^
9+
10+
* interceptors/http: fix version format by @xrmx in https://github.com/h2non/pook/pull/173
11+
* interceptors/http: set length on response by @xrmx in https://github.com/h2non/pook/pull/174
12+
13+
New Contributors
14+
^^^^^^^^^^^^^^^^
15+
16+
* @xrmx made their first contribution in https://github.com/h2non/pook/pull/173
17+
18+
**Full Changelog**: https://github.com/h2non/pook/compare/v2.1.5...v2.1.6
19+
420
v2.1.5 / 2026-03-01
521
-------------------------
622

src/pook/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@
4444
__license__ = "MIT"
4545

4646
# Current version
47-
__version__ = "2.1.5"
47+
__version__ = "2.1.6"

0 commit comments

Comments
 (0)