Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
itamarhaber committed Jun 5, 2017
1 parent 0958493 commit 5e1ea9a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# rejson-py changelog

## 0.2.1 20170605

Recovery release

* Adds missing manifest

## 0.2 20170605

Codename "_[@hootnot](https://github.com/hootnot)_"
Expand Down
2 changes: 1 addition & 1 deletion rejson/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@ def decode(self, obj):
obj = rj.jsonget('custom', Path.rootPath())
```
"""
__version__ = "0.2.0"
__version__ = "0.2.1"
from .client import Client
from .path import Path

0 comments on commit 5e1ea9a

Please sign in to comment.