Internal release 2.0.2 76/51576/1 release-2.0.2
authorhyokeun <hyokeun.jeon@samsung.com>
Wed, 11 Nov 2015 01:16:03 +0000 (10:16 +0900)
committerhyokeun <hyokeun.jeon@samsung.com>
Wed, 11 Nov 2015 01:16:03 +0000 (10:16 +0900)
Change-Id: I79762ab7129a5b5e0d846b76f31326f6ecb62a7e

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

index 76ab0ce..5c1c95a 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 7431556..98d56a1 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 793ac22..9f63a82 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'