1
0
mirror of https://github.com/httpie/cli.git synced 2025-08-10 22:42:05 +02:00

Mask the stdout/stderr for the inner daemon process on MacOS (#1389)

This commit is contained in:
Batuhan Taskaya
2022-05-06 10:06:59 +03:00
committed by GitHub
parent 9f7612cdeb
commit b0b0f3dc53
7 changed files with 15 additions and 9 deletions

View File

@@ -3,7 +3,7 @@ HTTPie: modern, user-friendly command-line HTTP client for the API era.
"""
__version__ = '3.2.0'
__date__ = '2022-05-05'
__version__ = '3.2.1'
__date__ = '2022-05-06'
__author__ = 'Jakub Roztocil'
__licence__ = 'BSD'