Skip to content

Commit 8814042

Browse files
authored
3.0 release prep (#1272)
1 parent d2d40eb commit 8814042

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This document records all notable changes to [HTTPie](https://httpie.io).
44
This project adheres to [Semantic Versioning](https://semver.org/).
55

6-
## [3.0.0.dev0](https://github.com/httpie/httpie/compare/2.6.0...master) (unreleased)
6+
## [3.0.0](https://github.com/httpie/httpie/compare/2.6.0...3.0.0) (2022-01-21)
77

88
- Dropped support for Python 3.6. ([#1177](https://github.com/httpie/httpie/issues/1177))
99
- Improved startup time by 40%. ([#1211](https://github.com/httpie/httpie/pull/1211))

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Verify that now you have the [current development version identifier](https://gi
260260

261261
```bash
262262
$ http --version
263-
# 2.7.0.dev0
263+
# 3.0.0
264264
```
265265

266266
## Usage

httpie/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
44
"""
55

6-
__version__ = '3.0.0.dev0'
6+
__version__ = '3.0.0'
77
__author__ = 'Jakub Roztocil'
88
__licence__ = 'BSD'

0 commit comments

Comments
 (0)