Skip to content

Commit

Permalink
Final release prep for 3.2.0 (#1387)
Browse files Browse the repository at this point in the history
  • Loading branch information
isidentical authored May 5, 2022
1 parent 0b6a9b2 commit 2142ae6
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.1.dev0](https://github.com/httpie/httpie/compare/3.1.0...HEAD) (Unreleased)
## [3.2.0](https://github.com/httpie/httpie/compare/3.1.0...3.2.0) (2022-05-05)

- Added a warning for notifying the user about the new updates. ([#1336](https://github.com/httpie/httpie/pull/1336))
- Added support for single binary executables. ([#1330](https://github.com/httpie/httpie/pull/1330))
Expand Down
2 changes: 1 addition & 1 deletion extras/man/http.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" This file is auto-generated from the parser declaration in httpie/cli/definition.py by extras/scripts/generate_man_pages.py.
.TH http 1 "2022-03-08" "HTTPie 3.1.1.dev0" "HTTPie Manual"
.TH http 1 "2022-05-05" "HTTPie 3.2.0" "HTTPie Manual"
.SH NAME
http
.SH SYNOPSIS
Expand Down
5 changes: 4 additions & 1 deletion extras/man/httpie.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" This file is auto-generated from the parser declaration in httpie/manager/cli.py by extras/scripts/generate_man_pages.py.
.TH httpie 1 "2022-03-08" "HTTPie 3.1.1.dev0" "HTTPie Manual"
.TH httpie 1 "2022-05-05" "HTTPie 3.2.0" "HTTPie Manual"
.SH NAME
httpie
.SH SYNOPSIS
Expand All @@ -24,6 +24,9 @@ Export available options for the CLI

Format to export in.

.PP
.SH httpie cli check-updates
Check for updates
.PP
.SH httpie cli sessions upgrade
Upgrade the given HTTPie session with the latest layout. A list of changes between different session versions can be found in the official documentation.
Expand Down
2 changes: 1 addition & 1 deletion extras/man/https.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" This file is auto-generated from the parser declaration in httpie/cli/definition.py by extras/scripts/generate_man_pages.py.
.TH https 1 "2022-03-08" "HTTPie 3.1.1.dev0" "HTTPie Manual"
.TH https 1 "2022-05-05" "HTTPie 3.2.0" "HTTPie Manual"
.SH NAME
https
.SH SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions httpie/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

__version__ = '3.1.1.dev0'
__date__ = '2022-03-08'
__version__ = '3.2.0'
__date__ = '2022-05-05'
__author__ = 'Jakub Roztocil'
__licence__ = 'BSD'

0 comments on commit 2142ae6

Please sign in to comment.