Skip to content

Commit 5e1ea9a

Browse files
committed
v0.2.1
1 parent 0958493 commit 5e1ea9a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# rejson-py changelog
22

3+
## 0.2.1 20170605
4+
5+
Recovery release
6+
7+
* Adds missing manifest
8+
39
## 0.2 20170605
410

511
Codename "_[@hootnot](https://github.com/hootnot)_"

rejson/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,6 @@ def decode(self, obj):
112112
obj = rj.jsonget('custom', Path.rootPath())
113113
```
114114
"""
115-
__version__ = "0.2.0"
115+
__version__ = "0.2.1"
116116
from .client import Client
117117
from .path import Path

0 commit comments

Comments
 (0)