Skip to content

Commit 62af505

Browse files
committed
Update version and changes
1 parent c569ccb commit 62af505

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
ChangeLog for RMA
22
--------------------
3+
- 0.2.0
4+
* Calculate TTL feature for all key types and display min/max/mean TTL in Key summary tables.
5+
* Replace invalid UTF-8 characters in redis key names when scanning keyspace.
6+
37
- 0.1.16
48

59
* Added possibility to report output in JSON format. Issue #28

rma/__pkginfo__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
num_version = (0, 1, 16)
1+
num_version = (0, 2, 0)
22
version = '.'.join([str(num) for num in num_version])
33

44
classifiers = [

0 commit comments

Comments
 (0)