Skip to content

Commit

Permalink
bump version 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
oranagra committed Mar 21, 2017
1 parent 11b419c commit 8071912
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
* 0.1.10
* fix endianess parsing exception in python 3
* Fix bytes escape functions to handle floats
* fix to cli help message
* fixes to redis-profiler memory report utility
* test suite improvements

* 0.1.9
* python 3 support
* rdb v8 (redis 4.0) support
Expand Down
2 changes: 1 addition & 1 deletion rdbtools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from rdbtools.callbacks import JSONCallback, DiffCallback, ProtocolCallback, KeyValsOnlyCallback, KeysOnlyCallback
from rdbtools.memprofiler import MemoryCallback, PrintAllKeys, StatsAggregator, PrintJustKeys

__version__ = '0.1.9'
__version__ = '0.1.10'
VERSION = tuple(map(int, __version__.split('.')))

__all__ = [
Expand Down

0 comments on commit 8071912

Please sign in to comment.