Version fix.

This commit is contained in:
Jakub Roztocil 2012-08-07 15:01:04 +02:00
parent 1fbe7a6121
commit 07de32c406
2 changed files with 2 additions and 2 deletions

View File

@ -471,7 +471,7 @@ With Basic authentication:
You can also configure proxies by environment variables ``HTTP_PROXY`` and You can also configure proxies by environment variables ``HTTP_PROXY`` and
``HTTPS_PROXY``, and the underlying Requests library will pick them up as well. ``HTTPS_PROXY``, and the underlying Requests library will pick them up as well.
If you want disable proxies configured through the environment variables for If you want to disable proxies configured through the environment variables for
certain hosts, you can specify them in ``NO_PROXY``. certain hosts, you can specify them in ``NO_PROXY``.
In your ``~/.bash_profile``: In your ``~/.bash_profile``:

View File

@ -3,7 +3,7 @@ HTTPie - cURL for humans.
""" """
__author__ = 'Jakub Roztocil' __author__ = 'Jakub Roztocil'
__version__ = '0.2.7dev' __version__ = '0.2.8dev'
__licence__ = 'BSD' __licence__ = 'BSD'