From 2e1f72f520f458a1d2c74691b631ca724851686b Mon Sep 17 00:00:00 2001 From: "biao716.wang" Date: Thu, 16 Sep 2021 23:49:38 +0900 Subject: [PATCH] Upgrade version to 2.4.4 Change-Id: I15fdf6cd8adced0f4d8421061255f5e94c9d2038 Signed-off-by: biao716.wang --- HISTORY.rst | 5 +++++ packaging/python-requests.spec | 2 +- requests/__init__.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 5c288f2..e8cfc97 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,11 @@ Release History --------------- +2.4.4 (2021-09-15) +++++++++++++++++++ + +- Fix run error in Ubuntu 20.04 +- Upgrade version to 2.4.4 2.0.3 (2020-06-19) ++++++++++++++++++ diff --git a/packaging/python-requests.spec b/packaging/python-requests.spec index e16882f..c7d2fd9 100644 --- a/packaging/python-requests.spec +++ b/packaging/python-requests.spec @@ -17,7 +17,7 @@ Name: python-requests -Version: 2.0.3 +Version: 2.4.4 Release: 0 Url: http://python-requests.org Summary: Awesome Python HTTP Library That's Actually Usable diff --git a/requests/__init__.py b/requests/__init__.py index 7b82374..85fd09f 100755 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -42,7 +42,7 @@ is at . """ __title__ = 'requests' -__version__ = '2.4.1' +__version__ = '2.4.4' __build__ = 0x020401 __author__ = 'Kenneth Reitz' __license__ = 'Apache 2.0' -- 2.34.1