2.2.0-dev

This commit is contained in:
Jakub Roztocil 2020-04-18 12:57:56 +02:00
parent 70a78249c1
commit 774ff148cd
2 changed files with 5 additions and 1 deletions

View File

@ -6,6 +6,9 @@ This document records all notable changes to `HTTPie <https://httpie.org>`_.
This project adheres to `Semantic Versioning <https://semver.org/>`_.
`2.2.0-dev`_ (unreleased)
-------------------------
`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
.. _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.2.0-dev: https://github.com/jakubroztocil/httpie/compare/2.1.0...master
.. _#488:https://github.com/jakubroztocil/httpie/issues/488

View File

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