mirror of
https://github.com/httpie/cli.git
synced 2025-06-21 10:07:47 +02:00
2.2.0-dev
This commit is contained in:
parent
70a78249c1
commit
774ff148cd
@ -6,6 +6,9 @@ This document records all notable changes to `HTTPie <https://httpie.org>`_.
|
|||||||
This project adheres to `Semantic Versioning <https://semver.org/>`_.
|
This project adheres to `Semantic Versioning <https://semver.org/>`_.
|
||||||
|
|
||||||
|
|
||||||
|
`2.2.0-dev`_ (unreleased)
|
||||||
|
-------------------------
|
||||||
|
|
||||||
`2.1.0`_ (2020-04-18)
|
`2.1.0`_ (2020-04-18)
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
@ -422,6 +425,7 @@ This project adheres to `Semantic Versioning <https://semver.org/>`_.
|
|||||||
.. _1.0.3: https://github.com/jakubroztocil/httpie/compare/1.0.2...1.0.3
|
.. _1.0.3: https://github.com/jakubroztocil/httpie/compare/1.0.2...1.0.3
|
||||||
.. _2.0.0: https://github.com/jakubroztocil/httpie/compare/1.0.3...2.0.0
|
.. _2.0.0: https://github.com/jakubroztocil/httpie/compare/1.0.3...2.0.0
|
||||||
.. _2.1.0: https://github.com/jakubroztocil/httpie/compare/2.0.0...2.1.0
|
.. _2.1.0: https://github.com/jakubroztocil/httpie/compare/2.0.0...2.1.0
|
||||||
|
.. _2.2.0-dev: https://github.com/jakubroztocil/httpie/compare/2.1.0...master
|
||||||
|
|
||||||
|
|
||||||
.. _#488:https://github.com/jakubroztocil/httpie/issues/488
|
.. _#488:https://github.com/jakubroztocil/httpie/issues/488
|
||||||
|
@ -3,6 +3,6 @@ HTTPie - a CLI, cURL-like tool for humans.
|
|||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = '2.1.0'
|
__version__ = '2.2.0-dev'
|
||||||
__author__ = 'Jakub Roztocil'
|
__author__ = 'Jakub Roztocil'
|
||||||
__licence__ = 'BSD'
|
__licence__ = 'BSD'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user