Upgrade version to 2.4.4 71/264271/4 submit/trunk/20211012.084030 submit/trunk/20211012.085030
authorbiao716.wang <biao716.wang@samsung.com>
Thu, 16 Sep 2021 14:49:38 +0000 (23:49 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Fri, 17 Sep 2021 08:39:52 +0000 (17:39 +0900)
Change-Id: I15fdf6cd8adced0f4d8421061255f5e94c9d2038
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
HISTORY.rst
packaging/python-requests.spec
requests/__init__.py

index 5c288f2a83d96bdae4f5251b3f595c54c438cfb7..e8cfc9738051ea4cd8026d0dac558b3b7bee7d4f 100644 (file)
@@ -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)
 ++++++++++++++++++
index e16882ffe4471af9742175603397d138f778690d..c7d2fd9a18acdea6a436761620dfa244315cb3f3 100644 (file)
@@ -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
index 7b82374375bcaef44dd9fc2a84ea0f4d57d2042e..85fd09f9f97607698409f0b8d4ff6ac1de216058 100755 (executable)
@@ -42,7 +42,7 @@ is at <http://python-requests.org>.
 """
 
 __title__ = 'requests'
-__version__ = '2.4.1'
+__version__ = '2.4.4'
 __build__ = 0x020401
 __author__ = 'Kenneth Reitz'
 __license__ = 'Apache 2.0'