File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
History
2
2
=======
3
3
4
+ v1.4.2 / 2024-02-15
5
+ -------------------
6
+
7
+ * fix #122: httpx streaming via `iter_raw ` raises `httpx.StreamConsumed ` by @petarmaric in https://github.com/h2non/pook/pull/123
8
+
4
9
v1.4.1 / 2024-02-12
5
10
-------------------
6
11
Original file line number Diff line number Diff line change @@ -317,8 +317,9 @@ MIT - Tomas Aparicio
317
317
:target: https://pypi.python.org/pypi/pook
318
318
.. |Coverage Status | image :: https://coveralls.io/repos/github/h2non/pook/badge.svg?branch=master
319
319
:target: https://coveralls.io/github/h2non/pook?branch=master
320
- .. |Documentation Status | image :: https://img.shields.io/badge/docs-latest-green.svg?style=flat
321
- :target: http://pook.readthedocs.io/en/latest/?badge=latest
320
+ .. |Documentation Status | image :: https://readthedocs.org/projects/pook/badge/?version=latest
321
+ :target: https://pook.readthedocs.io/en/latest/?badge=latest
322
+ :alt: Documentation Status
322
323
.. |Quality | image :: https://codeclimate.com/github/h2non/pook/badges/gpa.svg
323
324
:target: https://codeclimate.com/github/h2non/pook
324
325
:alt: Code Climate
Original file line number Diff line number Diff line change 9
9
__license__ = "MIT"
10
10
11
11
# Current version
12
- __version__ = "1.4.1 "
12
+ __version__ = "1.4.2 "
You can’t perform that action at this time.
0 commit comments