This commit is contained in:
Jakub Roztocil 2018-11-02 16:24:35 +01:00
parent 932d3224f4
commit b5625e3d75
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ 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)
`1.0.0`_ (2018-10-02)
-------------------------
* Added ``--style=auto`` which follows the terminal ANSI color styles.
@ -340,4 +340,4 @@ This project adheres to `Semantic Versioning <http://semver.org/>`_.
.. _0.9.6: https://github.com/jakubroztocil/httpie/compare/0.9.4...0.9.6
.. _0.9.8: https://github.com/jakubroztocil/httpie/compare/0.9.6...0.9.8
.. _0.9.9: https://github.com/jakubroztocil/httpie/compare/0.9.8...0.9.9
.. _1.0.0-dev: https://github.com/jakubroztocil/httpie/compare/0.9.8...master
.. _1.0.0: https://github.com/jakubroztocil/httpie/compare/0.9.9...1.0.0

View File

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