From 273134123a206a450072b8b984380fa3c8b5314b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= <contact@tiger-222.fr>
Date: Tue, 21 Sep 2021 10:40:09 +0200
Subject: [PATCH] Bump the version to 2.6.0.dev0 (#1162)

[skip ci]
---
 CHANGELOG.md       | 2 ++
 docs/README.md     | 2 +-
 httpie/__init__.py | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index ce38f5a3..847e70b5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,8 @@
 This document records all notable changes to [HTTPie](https://httpie.io).
 This project adheres to [Semantic Versioning](https://semver.org/).
 
+## [2.6.0.dev0](https://github.com/httpie/httpie/compare/2.5.0...master) (unreleased)
+
 ## [2.5.0](https://github.com/httpie/httpie/compare/2.4.0...2.5.0) (2021-09-06)
 
 Blog post: [What’s new in HTTPie 2.5.0](https://httpie.io/blog/httpie-2.5.0)
diff --git a/docs/README.md b/docs/README.md
index 004fddfd..02383417 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -148,7 +148,7 @@ Verify that now you have the [current development version identifier](https://gi
 
 ```bash
 $ http --version
-# 2.5.0
+# 2.6.0.dev0
 ```
 
 ## Usage
diff --git a/httpie/__init__.py b/httpie/__init__.py
index 4b0a7e4f..af8f4e01 100644
--- a/httpie/__init__.py
+++ b/httpie/__init__.py
@@ -3,6 +3,6 @@ HTTPie: command-line HTTP client for the API era.
 
 """
 
-__version__ = '2.5.0'
+__version__ = '2.6.0.dev0'
 __author__ = 'Jakub Roztocil'
 __licence__ = 'BSD'