Skip to content

Commit e66193b

Browse files
Bump to 1.4.2 (#124)
* Bump to 1.4.2 * Fix documentation status badge
1 parent c07c496 commit e66193b

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

History.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
History
22
=======
33

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+
49
v1.4.1 / 2024-02-12
510
-------------------
611

README.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,9 @@ MIT - Tomas Aparicio
317317
:target: https://pypi.python.org/pypi/pook
318318
.. |Coverage Status| image:: https://coveralls.io/repos/github/h2non/pook/badge.svg?branch=master
319319
: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
322323
.. |Quality| image:: https://codeclimate.com/github/h2non/pook/badges/gpa.svg
323324
:target: https://codeclimate.com/github/h2non/pook
324325
:alt: Code Climate

src/pook/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
__license__ = "MIT"
1010

1111
# Current version
12-
__version__ = "1.4.1"
12+
__version__ = "1.4.2"

0 commit comments

Comments
 (0)