Skip to content

Commit

Permalink
Version bump to 0.5.2 (#31)
Browse files Browse the repository at this point in the history
Signed-off-by: Itamar Haber <[email protected]>
  • Loading branch information
itamarhaber authored and gkorland committed Dec 15, 2019
1 parent 5eace88 commit 8b8ac31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# rejson-py changelog

## 0.5.2 20191212

* #30 Use io.open() and 'utf-8' to read description

## 0.5.1 20191129

* #29 Use io.open() and 'utf-8' encoding to read version
Expand Down
2 changes: 1 addition & 1 deletion rejson/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,6 @@ def decode(self, obj):
obj = rj.jsonget('custom', Path.rootPath())
```
"""
__version__ = "0.5.1"
__version__ = "0.5.2"
from .client import Client
from .path import Path

0 comments on commit 8b8ac31

Please sign in to comment.