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

Fixed --form file upload mixed with redirected stdin error handling.

Close #840
This commit is contained in:
Jakub Roztocil
2020-01-23 15:54:43 +01:00
parent 6e9cd139a6
commit e6bad645ed
5 changed files with 31 additions and 2 deletions

View File

@@ -3,6 +3,6 @@ HTTPie - a CLI, cURL-like tool for humans.
"""
__version__ = '2.0.0'
__version__ = '2.1.0-dev'
__author__ = 'Jakub Roztocil'
__licence__ = 'BSD'