Skip to content

Commit

Permalink
bump version 0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
oranagra committed Dec 11, 2017
1 parent 03f53ed commit 33c83eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* 0.1.12
* add parser support for redis 4.0 module types
* fix bug in memory report for long encoding in python2.6

* 0.1.11
* fix recent bug failing to parse rdb files with sorted sets

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.11'
__version__ = '0.1.12'
VERSION = tuple(map(int, __version__.split('.')))

__all__ = [
Expand Down

0 comments on commit 33c83eb

Please sign in to comment.