diff options
| author | Cory Benfield <lukasaoz@gmail.com> | 2015-12-15 15:29:27 +0000 |
|---|---|---|
| committer | Cory Benfield <lukasaoz@gmail.com> | 2015-12-15 15:29:27 +0000 |
| commit | 5f7a3a74aab1625c2bb65f643197ee885e3da576 (patch) | |
| tree | bf39b3a48488c8921c8ef8a6447c4db507f62418 | |
| parent | 046a0f215de3fac60326ea1c2c9dd30beb329f61 (diff) | |
| download | python-requests-2.9.0.tar.gz | |
v2.9.0v2.9.0
| -rw-r--r-- | HISTORY.rst | 4 | ||||
| -rw-r--r-- | requests/__init__.py | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/HISTORY.rst b/HISTORY.rst index 825cd274..d2bbdd91 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,8 +3,8 @@ Release History --------------- -dev (XXXX) -++++++++++ +2.9.0 (2015-12-15) +++++++++++++++++++ **Minor Improvements** (Backwards compatible) diff --git a/requests/__init__.py b/requests/__init__.py index f7924dc8..35987f95 100644 --- a/requests/__init__.py +++ b/requests/__init__.py @@ -42,8 +42,8 @@ is at <http://python-requests.org>. """ __title__ = 'requests' -__version__ = '2.8.1' -__build__ = 0x020801 +__version__ = '2.9.0' +__build__ = 0x020900 __author__ = 'Kenneth Reitz' __license__ = 'Apache 2.0' __copyright__ = 'Copyright 2015 Kenneth Reitz' |
