diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 82c47a18..26c27924 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,11 @@ This document records all notable changes to `HTTPie `_. This project adheres to `Semantic Versioning `_. + +`2.4.0-dev`_ (unreleased) +------------------------- + + `2.3.0`_ (2020-10-25) ------------------------- @@ -455,7 +460,7 @@ This project adheres to `Semantic Versioning `_. .. _2.1.0: https://github.com/jakubroztocil/httpie/compare/2.0.0...2.1.0 .. _2.2.0: https://github.com/jakubroztocil/httpie/compare/2.1.0...2.2.0 .. _2.3.0: https://github.com/jakubroztocil/httpie/compare/2.2.0...2.3.0 - +.. _2.4.0-dev: https://github.com/jakubroztocil/httpie/compare/2.3.0...master .. _#128: https://github.com/jakubroztocil/httpie/issues/128 .. _#201: https://github.com/jakubroztocil/httpie/issues/201 diff --git a/httpie/__init__.py b/httpie/__init__.py index 540473e7..82edd555 100644 --- a/httpie/__init__.py +++ b/httpie/__init__.py @@ -3,6 +3,6 @@ HTTPie: command-line HTTP client for the API era. """ -__version__ = '2.3.0' +__version__ = '2.4.0-dev' __author__ = 'Jakub Roztocil' __licence__ = 'BSD'