mirror of
https://github.com/httpie/cli.git
synced 2024-11-30 08:46:48 +02:00
1.0.0-dev
This commit is contained in:
parent
4722076335
commit
34c6958dc8
@ -5,6 +5,9 @@ Change Log
|
|||||||
This document records all notable changes to `HTTPie <http://httpie.org>`_.
|
This document records all notable changes to `HTTPie <http://httpie.org>`_.
|
||||||
This project adheres to `Semantic Versioning <http://semver.org/>`_.
|
This project adheres to `Semantic Versioning <http://semver.org/>`_.
|
||||||
|
|
||||||
|
`1.0.0-dev`_ (Unreleased)
|
||||||
|
-------------------------
|
||||||
|
|
||||||
|
|
||||||
`0.9.3`_ (2016-01-01)
|
`0.9.3`_ (2016-01-01)
|
||||||
-------------------------
|
-------------------------
|
||||||
|
@ -3,7 +3,7 @@ HTTPie - a CLI, cURL-like tool for humans.
|
|||||||
|
|
||||||
"""
|
"""
|
||||||
__author__ = 'Jakub Roztocil'
|
__author__ = 'Jakub Roztocil'
|
||||||
__version__ = '0.9.3'
|
__version__ = '1.0.0-dev'
|
||||||
__licence__ = 'BSD'
|
__licence__ = 'BSD'
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user