Skip to content

Commit

Permalink
Bump to 1.4.2 (#124)
Browse files Browse the repository at this point in the history
* Bump to 1.4.2

* Fix documentation status badge
  • Loading branch information
sarayourfriend authored Feb 14, 2024
1 parent c07c496 commit e66193b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions History.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
History
=======

v1.4.2 / 2024-02-15
-------------------

* fix #122: httpx streaming via `iter_raw` raises `httpx.StreamConsumed` by @petarmaric in https://github.com/h2non/pook/pull/123

v1.4.1 / 2024-02-12
-------------------

Expand Down
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,9 @@ MIT - Tomas Aparicio
:target: https://pypi.python.org/pypi/pook
.. |Coverage Status| image:: https://coveralls.io/repos/github/h2non/pook/badge.svg?branch=master
:target: https://coveralls.io/github/h2non/pook?branch=master
.. |Documentation Status| image:: https://img.shields.io/badge/docs-latest-green.svg?style=flat
:target: http://pook.readthedocs.io/en/latest/?badge=latest
.. |Documentation Status| image:: https://readthedocs.org/projects/pook/badge/?version=latest
:target: https://pook.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. |Quality| image:: https://codeclimate.com/github/h2non/pook/badges/gpa.svg
:target: https://codeclimate.com/github/h2non/pook
:alt: Code Climate
Expand Down
2 changes: 1 addition & 1 deletion src/pook/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
__license__ = "MIT"

# Current version
__version__ = "1.4.1"
__version__ = "1.4.2"

0 comments on commit e66193b

Please sign in to comment.