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

Don't call external URLs from tests #729

This commit is contained in:
Jakub Roztocil
2017-03-08 09:49:51 +01:00
parent 74979f3b33
commit f6a19cf552
3 changed files with 18 additions and 17 deletions

View File

@@ -2,7 +2,7 @@
HTTPie - a CLI, cURL-like tool for humans.
"""
__version__ = '1.0.0'
__version__ = '1.0.1'
__author__ = 'Jakub Roztocil'
__licence__ = 'BSD'