File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
This document records all notable changes to [ HTTPie] ( https://httpie.io ) .
4
4
This project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
5
5
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 )
7
7
8
8
- Dropped support for Python 3.6. ([ #1177 ] ( https://github.com/httpie/httpie/issues/1177 ) )
9
9
- 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
260
260
261
261
``` bash
262
262
$ http --version
263
- # 2.7.0.dev0
263
+ # 3.0.0
264
264
```
265
265
266
266
## Usage
Original file line number Diff line number Diff line change 3
3
4
4
"""
5
5
6
- __version__ = '3.0.0.dev0 '
6
+ __version__ = '3.0.0'
7
7
__author__ = 'Jakub Roztocil'
8
8
__licence__ = 'BSD'
You can’t perform that action at this time.
0 commit comments