Bump version to 2.5.0

This commit is contained in:
Ian Cordasco
2014-12-01 17:03:24 -06:00
parent 9a0ce93935
commit 33b25176b8
+2 -2
View File
@@ -42,8 +42,8 @@ is at <http://python-requests.org>.
"""
__title__ = 'requests'
__version__ = '2.4.3'
__build__ = 0x020403
__version__ = '2.5.0'
__build__ = 0x020500
__author__ = 'Kenneth Reitz'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2014 Kenneth Reitz'