1.0.0-dev

This commit is contained in:
Jakub Roztocil 2015-01-31 13:22:17 +01:00
parent 6c66d91f59
commit 530d6c5e27
2 changed files with 2 additions and 2 deletions

View File

@ -1312,7 +1312,7 @@ Changelog
*You can click a version name to see a diff with the previous one.*
* `1.0.0-dev`_
* `0.9.0`_ (2015-01-31)
* Added ``--cert`` and ``--cert-key`` parameters to specify a client side
certificate and private key for SSL

View File

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