mirror of
https://github.com/httpie/cli.git
synced 2024-11-21 23:33:12 +01:00
v0.9.6
This commit is contained in:
parent
8a9206eceb
commit
8e96238323
@ -10,7 +10,7 @@ This project adheres to `Semantic Versioning <http://semver.org/>`_.
|
||||
-------------------------
|
||||
|
||||
|
||||
`0.9.5`_ (2016-08-13)
|
||||
`0.9.6`_ (2016-08-13)
|
||||
---------------------
|
||||
|
||||
* Added Python 3 as a dependency for Homebrew installations
|
||||
@ -310,5 +310,5 @@ This project adheres to `Semantic Versioning <http://semver.org/>`_.
|
||||
.. _0.9.2: https://github.com/jkbrzt/httpie/compare/0.9.1...0.9.2
|
||||
.. _0.9.3: https://github.com/jkbrzt/httpie/compare/0.9.2...0.9.3
|
||||
.. _0.9.4: https://github.com/jkbrzt/httpie/compare/0.9.3...0.9.4
|
||||
.. _0.9.5: https://github.com/jkbrzt/httpie/compare/0.9.3...0.9.5
|
||||
.. _0.9.6: https://github.com/jkbrzt/httpie/compare/0.9.3...0.9.6
|
||||
.. _1.0.0-dev: https://github.com/jkbrzt/httpie/compare/0.9.4...master
|
||||
|
@ -3,7 +3,7 @@ HTTPie - a CLI, cURL-like tool for humans.
|
||||
|
||||
"""
|
||||
__author__ = 'Jakub Roztocil'
|
||||
__version__ = '0.9.5'
|
||||
__version__ = '0.9.6'
|
||||
__licence__ = 'BSD'
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user