Skip to content

Commit

Permalink
Merge tag '0.10.3'
Browse files Browse the repository at this point in the history
The release was made from a local master that never got pushed to
origin/master, so merging those changes in now.
  • Loading branch information
bmerry committed Jun 11, 2018
2 parents ebb36c1 + ff73587 commit d69718a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,12 @@ they have all been tagged as 'slow' so you can skip them by running::
Revision history
================

0.10.3
------
This is a minor bug-fix release.

- `#189 <https://github.com/jamesls/fakeredis/pull/189>`_ Add 'System' to the list of libc equivalents

0.10.2
------
This is a bug-fix release.
Expand Down
2 changes: 1 addition & 1 deletion fakeredis.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
PY2 = sys.version_info[0] == 2


__version__ = '0.10.2'
__version__ = '0.10.3'


if PY2:
Expand Down
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='0.10.2',
version='0.10.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 d69718a

Please sign in to comment.