Skip to content

Commit

Permalink
Prepare for 1.4.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed Oct 19, 2020
1 parent dcf0c89 commit e04fc6e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,13 @@ they have all been tagged as 'slow' so you can skip them by running::
Revision history
================

1.4.4
-----
- `#281 <https://github.com/jamesls/fakeredis/pull/281>`_ Add support for
SCRIPT EXISTS and SCRIPT FLUSH subcommands
- `#280 <https://github.com/jamesls/fakeredis/pull/280>`_ Fix documentation
about singleton argument

1.4.3
-----
- `#277 <https://github.com/jamesls/fakeredis/pull/277>`_ Implement SET with KEEPTTL
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.3'
__version__ = '1.4.4'
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.3',
version='1.4.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 e04fc6e

Please sign in to comment.