Skip to content

Commit 3b49e40

Browse files
committed
v0.2
1 parent b35e15b commit 3b49e40

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# rejson-py changelog
2+
3+
## 0.2 20170605
4+
5+
Codename "_[@hootnot](https://github.com/hootnot)_"
6+
7+
* Adds support for Python 3 and above, PEP8 and a lovely deployment framework via [#6](https://github.com/RedisLabs/rejson-py/pull/6) thanks to [@hootnot](https://github.com/hootnot)
8+
* Adds coverage reporting (was %95 initially :))
9+
* Turns coverage volume to 11
10+
11+
## 0.1 20170511
12+
13+
Initial release.

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.1.0"
115+
__version__ = "0.2.0"
116116
from .client import Client
117117
from .path import Path

0 commit comments

Comments
 (0)