Skip to content

Commit 3b441fa

Browse files
committed
3.0.1
1 parent c815e21 commit 3b441fa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.1](https://github.com/httpie/httpie/compare/3.0.0...3.0.1) (2022-01-23)
7+
8+
- Changed the value shown as time elapsed from time-to-read-headers to total exchange time ([#1277](https://github.com/httpie/httpie/issues/1277))
9+
610
## [3.0.0](https://github.com/httpie/httpie/compare/2.6.0...3.0.0) (2022-01-21)
711

812
- Dropped support for Python 3.6. ([#1177](https://github.com/httpie/httpie/issues/1177))

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'
6+
__version__ = '3.0.1'
77
__author__ = 'Jakub Roztocil'
88
__licence__ = 'BSD'

0 commit comments

Comments
 (0)