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

Commit

Permalink
Bump version number to 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed Feb 16, 2018
1 parent 093ee55 commit 3d57be4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.rst
Expand Up @@ -265,8 +265,9 @@ they have all been tagged as 'slow' so you can skip them by running::
Revision history
================

Development version
-------------------
0.9.5
-----
This release makes a start on supporting Lua scripting:
- `#9 <https://github.com/ska-sa/fakenewsredis/pull/9>`_ Add support for StrictRedis.eval for Lua scripts

0.9.4
Expand Down
2 changes: 1 addition & 1 deletion fakenewsredis.py
Expand Up @@ -30,7 +30,7 @@
PY2 = sys.version_info[0] == 2


__version__ = '0.9.4'
__version__ = '0.9.5'


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

setup(
name='fakenewsredis',
version='0.9.4',
version='0.9.5',
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 3d57be4

Please sign in to comment.