From e944dbd7fa467da4fba49f00253a6ea30015fba2 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Sat, 6 Feb 2021 13:33:49 +0100 Subject: [PATCH] 2.5.0-dev --- CHANGELOG.rst | 4 ++++ httpie/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 41b174be..f7154f05 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,10 @@ This project adheres to `Semantic Versioning `_. +`2.5.0-dev`_ (unreleased) +------------------------- + + `2.4.0`_ (2021-02-06) --------------------- * Added support for ``--session`` cookie expiration based on ``Set-Cookie: max-age=``. (`#1029`_) diff --git a/httpie/__init__.py b/httpie/__init__.py index 3159e8d6..fc3a9e54 100644 --- a/httpie/__init__.py +++ b/httpie/__init__.py @@ -3,6 +3,6 @@ HTTPie: command-line HTTP client for the API era. """ -__version__ = '2.4.0' +__version__ = '2.5.0-dev' __author__ = 'Jakub Roztocil' __licence__ = 'BSD'