Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to 1.2.0 #95

Merged
merged 1 commit into from
Dec 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions History.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

v1.2.0 / 2023-12-17
===================

* feat(api): add support for binary bodies (#88)
* fix(urllib3): don't put non-strings into HTTP header dict (#87)
* refactor: drop Python 3.5 support (#92). Note: Python 3.5 had been supported for some time. The change here only makes the documentation accurately reflect that 3.5 is not supported.

v1.1.0 / 2023-01-01
===================

Expand Down Expand Up @@ -28,7 +35,7 @@ v1.0.0 / 2020-03-18
v0.2.8 / 2019-10-31
-------------------

* fix collections import warning (#61)
* fix collections import warning (#61)

v0.2.7 / 2019-10-21
-------------------
Expand All @@ -38,7 +45,7 @@ v0.2.7 / 2019-10-21
v0.2.6 / 2019-02-01
-------------------

* Add mock.reply(new_response=True) to reset response definition object
* Add mock.reply(new_response=True) to reset response definition object

v0.2.5 / 2017-10-19
-------------------
Expand Down
2 changes: 1 addition & 1 deletion 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.1.1'
__version__ = '1.2.0'