Skip to content

Commit

Permalink
Bump version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Haritonov committed Apr 18, 2019
1 parent de39c72 commit 3633d43
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
History
-------

0.5.0 (2019-04-18)
++++++++++++++++++
Project is now added to https://www.codeshelter.co/

* Add gridfs support, thanks to @chengguangnan
* Add dynamodb support, thanks to @ar90n
* Add response filter #104, thanks to @christopher-dG
* Fix bulk_commit #78
* Fix remove_expired_responses missed in __init__.py #93
* Fix deprecation warnings #122, thanks to mbarkhau


0.4.13 (2016-12-23)
+++++++++++++++++++
* Support PyMongo3, thanks to @craigls #72
Expand Down
2 changes: 1 addition & 1 deletion requests_cache/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
:license: BSD, see LICENSE for more details.
"""
__docformat__ = 'restructuredtext'
__version__ = '0.4.13'
__version__ = '0.5.0'

from .core import(
CachedSession, install_cache, uninstall_cache,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
packages=['requests_cache',
'requests_cache.backends',
'requests_cache.backends.storage'],
version='0.4.13',
version='0.5.0',
description='Persistent cache for requests library',
author='Roman Haritonov',
author_email='reclosedev@gmail.com',
Expand Down

0 comments on commit 3633d43

Please sign in to comment.