Skip to content

Commit 0d09cdc

Browse files
committed
Version bump
1 parent 13fa24a commit 0d09cdc

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
# rejson-py changelog
22

3+
## 0.5.1 20191129
4+
5+
* #29 Use io.open() and 'utf-8' encoding to read version
6+
7+
## 0.5.0 20190901
8+
9+
* #26 Fixing retrieving non-ascii string with JSON.GET, added no_escape flag
10+
11+
## 0.4.0 20190308
12+
13+
* Add exception handler for .jsonget for non-existent keys
14+
315
## 0.3.0 20190107
416

5-
*upgrade dependency to redis-py >=3.0.0
17+
* Upgrade dependency to redis-py >=3.0.0
618

719
## 0.2.1 20170605
820

rejson/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,6 @@ def decode(self, obj):
120120
obj = rj.jsonget('custom', Path.rootPath())
121121
```
122122
"""
123-
__version__ = "0.5.0"
123+
__version__ = "0.5.1"
124124
from .client import Client
125125
from .path import Path

0 commit comments

Comments
 (0)