1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-28 08:38:44 +02:00

1.0.0-dev

This commit is contained in:
Jakub Roztocil 2016-01-01 19:38:21 -03:00
parent 4722076335
commit 34c6958dc8
2 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,9 @@ Change Log
This document records all notable changes to `HTTPie <http://httpie.org>`_.
This project adheres to `Semantic Versioning <http://semver.org/>`_.
`1.0.0-dev`_ (Unreleased)
-------------------------
`0.9.3`_ (2016-01-01)
-------------------------

View File

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