1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-24 08:22:22 +02:00

3.0 release prep (#1272)

This commit is contained in:
Batuhan Taskaya 2022-01-21 20:34:38 +03:00 committed by GitHub
parent d2d40eb336
commit 88140422a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
This document records all notable changes to [HTTPie](https://httpie.io).
This project adheres to [Semantic Versioning](https://semver.org/).
## [3.0.0.dev0](https://github.com/httpie/httpie/compare/2.6.0...master) (unreleased)
## [3.0.0](https://github.com/httpie/httpie/compare/2.6.0...3.0.0) (2022-01-21)
- Dropped support for Python 3.6. ([#1177](https://github.com/httpie/httpie/issues/1177))
- Improved startup time by 40%. ([#1211](https://github.com/httpie/httpie/pull/1211))

View File

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

View File

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