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.3 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed Jan 22, 2018
1 parent fdf8aa3 commit 8adb040
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.rst
Expand Up @@ -266,6 +266,13 @@ they have all been tagged as 'slow' so you can skip them by running::
Revision history
================

0.9.3
-----
This is a minor bugfix release:
- `#6 <https://github.com/ska-sa/fakenewsredis/pull/6>`_ Fix iteration over pubsub list
- `#3 <https://github.com/ska-sa/fakenewsredis/pull/3>`_ Preserve expiry time when mutating keys
- Fixes to typos and broken links in documentation

0.9.2
-----
This is the first release of fakenewsredis, based on `fakeredis`_ 0.9.0, with the following features and fixes:
Expand Down
2 changes: 1 addition & 1 deletion fakenewsredis.py
Expand Up @@ -28,7 +28,7 @@
PY2 = sys.version_info[0] == 2


__version__ = '0.9.2'
__version__ = '0.9.3'


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

setup(
name='fakenewsredis',
version='0.9.2',
version='0.9.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 8adb040

Please sign in to comment.