Skip to content

Commit

Permalink
Merge 6544afc into c47a634
Browse files Browse the repository at this point in the history
  • Loading branch information
gkorland committed Jan 7, 2019
2 parents c47a634 + 6544afc commit a7dec27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# rejson-py changelog

## 0.3.0 20190107

*upgrade dependency to redis-py >=3.0.0

## 0.2.1 20170605

Recovery release
Expand Down
2 changes: 1 addition & 1 deletion rejson/__init__.py
Expand Up @@ -112,6 +112,6 @@ def decode(self, obj):
obj = rj.jsonget('custom', Path.rootPath())
```
"""
__version__ = "0.2.1"
__version__ = "0.3.0"
from .client import Client
from .path import Path

0 comments on commit a7dec27

Please sign in to comment.