Skip to content

Commit 8b8ac31

Browse files
itamarhabergkorland
authored andcommitted
Version bump to 0.5.2 (#31)
Signed-off-by: Itamar Haber <[email protected]>
1 parent 5eace88 commit 8b8ac31

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# rejson-py changelog
22

3+
## 0.5.2 20191212
4+
5+
* #30 Use io.open() and 'utf-8' to read description
6+
37
## 0.5.1 20191129
48

59
* #29 Use io.open() and 'utf-8' encoding to read version

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.1"
123+
__version__ = "0.5.2"
124124
from .client import Client
125125
from .path import Path

0 commit comments

Comments
 (0)