From 559134de0ad655fbf3eded2e90e5f49bdc381bd5 Mon Sep 17 00:00:00 2001 From: Batuhan Taskaya Date: Mon, 24 Jan 2022 21:20:17 +0300 Subject: Release 3.0.2 (#1281) --- CHANGELOG.md | 6 ++++++ httpie/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58dc677b..3f793d3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ This document records all notable changes to [HTTPie](https://httpie.io). This project adheres to [Semantic Versioning](https://semver.org/). +## [3.0.2](https://github.com/httpie/httpie/compare/3.0.0...3.0.1) (2022-01-23) + +[What’s new in HTTPie for Terminal 3.0 →](https://httpie.io/blog/httpie-3.0.0) + +- Fixed usage of `httpie` when there is a presence of a config with `default_options` ([#1280](https://github.com/httpie/httpie/pull/1280)). + ## [3.0.1](https://github.com/httpie/httpie/compare/3.0.0...3.0.1) (2022-01-23) [What’s new in HTTPie for Terminal 3.0 →](https://httpie.io/blog/httpie-3.0.0) diff --git a/httpie/__init__.py b/httpie/__init__.py index 78616027..7d48b349 100644 --- a/httpie/__init__.py +++ b/httpie/__init__.py @@ -3,6 +3,6 @@ HTTPie: modern, user-friendly command-line HTTP client for the API era. """ -__version__ = '3.0.1' +__version__ = '3.0.2' __author__ = 'Jakub Roztocil' __licence__ = 'BSD' -- cgit v1.2.3