From 93d07cfe5723c12e04e3bda0273d0e35b7fbdebe Mon Sep 17 00:00:00 2001 From: Jakub Roztocil <jakub@roztocil.co> Date: Thu, 18 Jun 2020 22:25:07 +0200 Subject: [PATCH] v2.3.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 e5b828cd..5aca82d2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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.3.0-dev`_ (unreleased) +------------------------- + `2.2.0`_ (2020-06-18) ------------------------- @@ -437,6 +440,7 @@ This project adheres to `Semantic Versioning <https://semver.org/>`_. .. _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: https://github.com/jakubroztocil/httpie/compare/2.1.0...2.2.0 +.. _2.3.0-dev: https://github.com/jakubroztocil/httpie/compare/2.2.0...master .. _#128: https://github.com/jakubroztocil/httpie/issues/128 diff --git a/httpie/__init__.py b/httpie/__init__.py index 1e8da56a..6671172e 100644 --- a/httpie/__init__.py +++ b/httpie/__init__.py @@ -3,6 +3,6 @@ HTTPie - a CLI, cURL-like tool for humans. """ -__version__ = '2.2.0' +__version__ = '2.3.0-dev' __author__ = 'Jakub Roztocil' __licence__ = 'BSD'