diff options
| author | Roman Haritonov <reclosedev@gmail.com> | 2012-05-04 15:51:19 +0400 |
|---|---|---|
| committer | Roman Haritonov <reclosedev@gmail.com> | 2012-05-04 16:00:14 +0400 |
| commit | 1ed39575e245ff3d56a1132d43b90684857e0191 (patch) | |
| tree | ee9ef5ceadc633d0102b23d6441255b99fa0f069 /requests_cache | |
| parent | 3273456e1792d6776c6ef747b52c3275d921db32 (diff) | |
| download | requests-cache-0.1.3.tar.gz | |
Bump version and add info to changelogv0.1.3
Diffstat (limited to 'requests_cache')
| -rw-r--r-- | requests_cache/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requests_cache/__init__.py b/requests_cache/__init__.py index 15eb971..2e7675b 100644 --- a/requests_cache/__init__.py +++ b/requests_cache/__init__.py @@ -23,7 +23,7 @@ :license: BSD, see LICENSE for more details. """ __docformat__ = 'restructuredtext' -__version__ = '0.1.2' +__version__ = '0.1.3' from requests_cache.core import( configure, enabled, disabled, has_url, get_cache, |
