diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2015-02-23 16:26:40 -0600 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2015-02-23 16:28:42 -0600 |
| commit | d8be2473d1a586a3673d728d49e10fd4286e3b0e (patch) | |
| tree | c670e7e2d490a45c882f3188ddaff92b85e68ae6 /requests/__init__.py | |
| parent | 58e513579a0934dbd737077f3069c04d68cf1a52 (diff) | |
| download | python-requests-2.5.2.tar.gz | |
Update HISTORY and version for v2.5.2v2.5.2
Diffstat (limited to 'requests/__init__.py')
| -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 0ec35660..70b50ae1 100644 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -42,8 +42,8 @@ is at <http://python-requests.org>. """ __title__ = 'requests' -__version__ = '2.5.1' -__build__ = 0x020501 +__version__ = '2.5.2' +__build__ = 0x020502 __author__ = 'Kenneth Reitz' __license__ = 'Apache 2.0' __copyright__ = 'Copyright 2015 Kenneth Reitz' |
