diff options
| author | Ian Cordasco <ian.cordasco@rackspace.com> | 2015-02-24 10:30:17 -0600 |
|---|---|---|
| committer | Ian Cordasco <ian.cordasco@rackspace.com> | 2015-02-24 10:30:17 -0600 |
| commit | 628474d62666e6691ec35677a918f5e97c35cda2 (patch) | |
| tree | 08dd4dece64981871ea9bc2056e6c5f8df07e1a6 /requests | |
| parent | de674fc82c357fdc753d3887e4d14c66a5f98318 (diff) | |
| download | python-requests-2.5.3.tar.gz | |
Update HISTORY and release version for 2.5.3v2.5.3
Diffstat (limited to 'requests')
| -rw-r--r-- | requests/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requests/__init__.py b/requests/__init__.py index 70b50ae1..b90d792e 100644 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -42,8 +42,8 @@ is at <http://python-requests.org>. """ __title__ = 'requests' -__version__ = '2.5.2' -__build__ = 0x020502 +__version__ = '2.5.3' +__build__ = 0x020503 __author__ = 'Kenneth Reitz' __license__ = 'Apache 2.0' __copyright__ = 'Copyright 2015 Kenneth Reitz' |
