Bump the version to 2.7.0.dev0 (#1188)

This commit is contained in:
Mickaël Schoentgen 2021-10-19 10:21:45 +02:00 committed by GitHub
parent 419427cfb6
commit 021eb651e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View File

@ -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.7.0.dev0](https://github.com/httpie/httpie/compare/2.6.0...master) (unreleased)
## [2.6.0](https://github.com/httpie/httpie/compare/2.5.0...2.6.0) (2021-10-14)
- Added support for formatting & coloring of JSON bodies preceded by non-JSON data (e.g., an XXSI prefix). ([#1130](https://github.com/httpie/httpie/issues/1130))

View File

@ -330,7 +330,7 @@ Verify that now you have the [current development version identifier](https://gi
```bash
$ http --version
# 2.6.0
# 2.7.0.dev0
```
## Usage

View File

@ -3,6 +3,6 @@ HTTPie: modern, user-friendly command-line HTTP client for the API era.
"""
__version__ = '2.6.0'
__version__ = '2.7.0.dev0'
__author__ = 'Jakub Roztocil'
__licence__ = 'BSD'