Skip to content

Commit

Permalink
Prepare 1.4.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed Aug 18, 2020
1 parent b3776cd commit ed422fc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.rst
Expand Up @@ -428,6 +428,12 @@ they have all been tagged as 'slow' so you can skip them by running::
Revision history
================

1.4.3
-----
- `#277 <https://github.com/jamesls/fakeredis/pull/277>`_ Implement SET with KEEPTTL
- `#278 <https://github.com/jamesls/fakeredis/pull/278>`_ Handle indefinite
timeout for PUBSUB commands

1.4.2
-----
- `#269 <https://github.com/jamesls/fakeredis/issues/269>`_ Prevent passing
Expand Down
2 changes: 1 addition & 1 deletion fakeredis/__init__.py
@@ -1,4 +1,4 @@
from ._server import FakeServer, FakeRedis, FakeStrictRedis, FakeConnection # noqa: F401


__version__ = '1.4.2'
__version__ = '1.4.3'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@

setup(
name='fakeredis',
version='1.4.2',
version='1.4.3',
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 ed422fc

Please sign in to comment.