diff --git a/CHANGELOG.md b/CHANGELOG.md index 61aac25..26244ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.0.7 (2018-10-16) +------------------ + +- Upgrade nokia library to 1.1.0 to use withings URLs + 0.0.6 (2018-10-16) ------------------ diff --git a/nokiaapp/__init__.py b/nokiaapp/__init__.py index 8330bb1..105566f 100644 --- a/nokiaapp/__init__.py +++ b/nokiaapp/__init__.py @@ -1,3 +1,3 @@ "Django integration for python-nokia" -__version__ = "0.0.7dev" +__version__ = "0.0.7" __release__ = __version__