Skip to content

Commit

Permalink
Bump version 0.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
reclosedev committed Apr 28, 2015
1 parent e2b1e33 commit 630198c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
History
-------

0.4.10 (2015-04-28)
+++++++++++++++++++
* Better transactional handling in sqlite #50, thanks to @rgant
* Compatibility with streaming in requests >= 2.6.x


0.4.9 (2015-01-17)
++++++++++++++++++
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.9'
__version__ = '0.4.10'

from .core import(
CachedSession, install_cache, uninstall_cache,
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pytest
unittest2
pymongo
pymongo==2.7.2
redis
requests
mock

0 comments on commit 630198c

Please sign in to comment.