mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -04:00
bumped version to 1.3.3
This commit is contained in:
parent
8d5def5f02
commit
91b9e13cd0
5
doc/release_notes/1_3_3.md
Normal file
5
doc/release_notes/1_3_3.md
Normal file
@ -0,0 +1,5 @@
|
||||
# 1.3.2
|
||||
|
||||
## Bugfixes
|
||||
|
||||
* fixing a regression introduced in 1.3.2 associated with the webmock adapter, which expects matchable request bodies to be strings
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module HTTPX
|
||||
VERSION = "1.3.2"
|
||||
VERSION = "1.3.3"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user