mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-06 00:02:08 -04:00
bump version to 0.22.2
This commit is contained in:
parent
06274364ef
commit
9c765385a5
5
doc/release_notes/0_22_2.md
Normal file
5
doc/release_notes/0_22_2.md
Normal file
@ -0,0 +1,5 @@
|
||||
# 0.22.1
|
||||
|
||||
## Chore
|
||||
|
||||
Checking response class before calling `.status`, as this was being called in some places on error responses, thereby triggering the deprecation warning.
|
@ -1,5 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module HTTPX
|
||||
VERSION = "0.22.1"
|
||||
VERSION = "0.22.2"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user