diff options
| author | Cory Benfield <lukasaoz@gmail.com> | 2016-12-14 11:37:52 +0000 |
|---|---|---|
| committer | Cory Benfield <lukasaoz@gmail.com> | 2016-12-14 11:37:52 +0000 |
| commit | 1285f576ae0a848de27af10d917c19b60940d1fa (patch) | |
| tree | b3db10c368e9709dedac193b80c25d40a9cd08d6 /requests/__init__.py | |
| parent | 9726f5314eeaacbdae7dc92077f944a90a91674b (diff) | |
| download | python-requests-2.12.4.tar.gz | |
v2.12.4v2.12.4
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 c41c54f6..f4f1a042 100644 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -41,8 +41,8 @@ is at <http://python-requests.org>. """ __title__ = 'requests' -__version__ = '2.12.3' -__build__ = 0x021203 +__version__ = '2.12.4' +__build__ = 0x021204 __author__ = 'Kenneth Reitz' __license__ = 'Apache 2.0' __copyright__ = 'Copyright 2016 Kenneth Reitz' |
