Internal release 2.0.2 spin-devel-latest
authorhyokeun <hyokeun.jeon@samsung.com>
Wed, 11 Nov 2015 01:16:03 +0000 (10:16 +0900)
committerJiankang Fan <jiankang.fan@samsung.com>
Tue, 13 Dec 2016 06:10:36 +0000 (14:10 +0800)
Change-Id: I79762ab7129a5b5e0d846b76f31326f6ecb62a7e

HISTORY.rst
packaging/python-requests.spec
requests/__init__.py

index 76ab0ce8e7c67ea1016f35a84c86dd68947f8994..5c1c95a9faace30302f9a9c3a5ae67dd59755404 100644 (file)
@@ -4,6 +4,11 @@ Release History
 ---------------
 
 
+2.0.2 (2015-11-11)
+++++++++++++++++++
+
+- Remove pytest: The host is not allowing external access.
+
 2.0.1 (2013-10-24)
 ++++++++++++++++++
 
index 74315566c830790e9e229b79c8dfe12bf66622ce..98d56a1e6e1bef1e3f2ab72cbbd605411ae2a6f6 100644 (file)
@@ -17,7 +17,7 @@
 
 
 Name:           python-requests
-Version:        2.0.1
+Version:        2.0.2
 Release:        0
 Url:            http://python-requests.org
 Summary:        Awesome Python HTTP Library That's Actually Usable
index 793ac22aab8d731f492235f51c7f96aa72d607ef..9f63a8281041c3d2c54235db3c91e7d0195c854d 100644 (file)
@@ -42,8 +42,8 @@ is at <http://python-requests.org>.
 """
 
 __title__ = 'requests'
-__version__ = '2.0.1'
-__build__ = 0x020001
+__version__ = '2.0.2'
+__build__ = 0x020002
 __author__ = 'Kenneth Reitz'
 __license__ = 'Apache 2.0'
 __copyright__ = 'Copyright 2013 Kenneth Reitz'