We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a6701 commit fedea74Copy full SHA for fedea74
CHANGES.rst
@@ -3,8 +3,9 @@ Changelog
3
4
A list of changes between each release
5
6
-0.8.0.dev (Development version)
+0.7.1 (2018-05-09)
7
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8
+- Fixed pip 10 import issue during setup (`@fronzbot <https://github.com/fronzbot/blinkpy/pull/61>`_)
9
10
0.7.0 (2018-02-08)
11
blinkpy/helpers/constants.py
@@ -3,8 +3,8 @@
import os
MAJOR_VERSION = 0
-MINOR_VERSION = 8
-PATCH_VERSION = '0.dev'
+MINOR_VERSION = 7
+PATCH_VERSION = 1
__version__ = '{}.{}.{}'.format(MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)
0 commit comments