Skip to content

Commit

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

## 0.2 20170605

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

* 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)
* Adds coverage reporting (was %95 initially :))
* Turns coverage volume to 11

## 0.1 20170511

Initial release.
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.1.0"
__version__ = "0.2.0"
from .client import Client
from .path import Path

0 comments on commit 3b49e40

Please sign in to comment.