Skip to content
This repository has been archived by the owner on Sep 11, 2019. It is now read-only.

Commit

Permalink
Bump version to 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed Jan 24, 2018
1 parent b3140de commit 9f881a8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.rst
Expand Up @@ -266,6 +266,14 @@ they have all been tagged as 'slow' so you can skip them by running::
Revision history
================

0.9.4
-----
This is a minor bugfix and optimization release:
- `#5 <https://github.com/ska-sa/fakenewsredis/issues/5>`_ Update to match redis-py 2.10.6
- `#7 <https://github.com/ska-sa/fakenewsredis/issues/7>`_ Set with invalid expiry time should not set key
- Avoid storing useless expiry times in hashes and sorted sets
- Improve the performance of bulk zadd

0.9.3
-----
This is a minor bugfix release:
Expand Down
2 changes: 1 addition & 1 deletion fakenewsredis.py
Expand Up @@ -29,7 +29,7 @@
PY2 = sys.version_info[0] == 2


__version__ = '0.9.3'
__version__ = '0.9.4'


if PY2:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@

setup(
name='fakenewsredis',
version='0.9.3',
version='0.9.4',
description="Fake implementation of redis API for testing purposes.",
long_description=open(os.path.join(os.path.dirname(__file__),
'README.rst')).read(),
Expand Down

0 comments on commit 9f881a8

Please sign in to comment.