Skip to content

Commit

Permalink
bump version 0.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
oranagra committed Jun 28, 2020
1 parent 71f249b commit 548b11e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
* 0.1.15
* add --no-expire and --amend-expire features for protocol backend
* fix bugs handling module rdb aux data (when no key name)
* fix bug of being unable to correctly skip (filter) a module value
* use ArgumentParser instead of OptionParser

* 0.1.14
* fix parsing crash for rdb with module data containing floats
* fix memprofiler crash on python 2.x crash on long integers
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.14'
__version__ = '0.1.15'
VERSION = tuple(map(int, __version__.split('.')))

__all__ = [
Expand Down

0 comments on commit 548b11e

Please sign in to comment.