File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33This document records all notable changes to [ HTTPie] ( https://httpie.io ) .
44This 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 ) )
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 33
44"""
55
6- __version__ = '3.0.0.dev0 '
6+ __version__ = '3.0.0'
77__author__ = 'Jakub Roztocil'
88__licence__ = 'BSD'
You can’t perform that action at this time.
0 commit comments