Skip to content

Commit

Permalink
Prepare 1.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed May 4, 2020
1 parent 28298d1 commit 77bc6c9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,11 @@ they have all been tagged as 'slow' so you can skip them by running::
Revision history
================

1.4.1
-----
- `#268 <https://github.com/jamesls/fakeredis/pull/268>`_ Support redis-py 3.5
(no code changes, just setup.py)

1.4.0
-----
- Add support for aioredis.
Expand Down
2 changes: 1 addition & 1 deletion fakeredis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from ._server import FakeServer, FakeRedis, FakeStrictRedis, FakeConnection # noqa: F401


__version__ = '1.4.0'
__version__ = '1.4.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='fakeredis',
version='1.4.0',
version='1.4.1',
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 77bc6c9

Please sign in to comment.