From: biao716.wang Date: Thu, 16 Sep 2021 14:49:38 +0000 (+0900) Subject: Upgrade version to 2.4.4 X-Git-Tag: accepted/tizen/devbase/tools/20211012.121050~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2e1f72f520f458a1d2c74691b631ca724851686b;p=services%2Fpython-requests.git Upgrade version to 2.4.4 Change-Id: I15fdf6cd8adced0f4d8421061255f5e94c9d2038 Signed-off-by: biao716.wang --- 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'