Skip to content

Commit 171cd99

Browse files
authored
Merge pull request #18 from RedisLabs/version-0.3.0
Version 0.3.0
2 parents c47a634 + 6544afc commit 171cd99

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# rejson-py changelog
22

3+
## 0.3.0 20190107
4+
5+
*upgrade dependency to redis-py >=3.0.0
6+
37
## 0.2.1 20170605
48

59
Recovery release

rejson/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,6 @@ def decode(self, obj):
112112
obj = rj.jsonget('custom', Path.rootPath())
113113
```
114114
"""
115-
__version__ = "0.2.1"
115+
__version__ = "0.3.0"
116116
from .client import Client
117117
from .path import Path

0 commit comments

Comments
 (0)