Skip to content

Commit

Permalink
bump version 0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
oranagra committed Jun 24, 2017
1 parent a541ffd commit fe322ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* 0.1.11
* fix recent bug failing to parse rdb files with sorted sets

* 0.1.10
* fix endianess parsing exception in python 3
* Fix bytes escape functions to handle floats
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.10'
__version__ = '0.1.11'
VERSION = tuple(map(int, __version__.split('.')))

__all__ = [
Expand Down

0 comments on commit fe322ed

Please sign in to comment.