diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2012-10-27 10:08:40 -0500 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2012-10-27 10:08:40 -0500 |
| commit | 63243b1e3b435c7736acf1e51c0f6fa6666d861d (patch) | |
| tree | 0ba3697af40fc4fb6c2ddb6faf01c010fb744497 /requests/__init__.py | |
| parent | 5c63bc33fe5801cbf64bf2f5f8c846e18ebecc5c (diff) | |
| download | python-requests-63243b1e3b435c7736acf1e51c0f6fa6666d861d.tar.gz | |
v0.14.2v0.14.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 2e33412b..70162ee7 100644 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -42,8 +42,8 @@ is at <http://python-requests.org>. """ __title__ = 'requests' -__version__ = '0.14.1' -__build__ = 0x001401 +__version__ = '0.14.2' +__build__ = 0x001402 __author__ = 'Kenneth Reitz' __license__ = 'ISC' __copyright__ = 'Copyright 2012 Kenneth Reitz' |
