Skip to content

Commit fedea74

Browse files
committed
Version bump
1 parent 66a6701 commit fedea74

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGES.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ Changelog
33

44
A list of changes between each release
55

6-
0.8.0.dev (Development version)
6+
0.7.1 (2018-05-09)
77
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8+
- Fixed pip 10 import issue during setup (`@fronzbot <https://github.com/fronzbot/blinkpy/pull/61>`_)
89

910
0.7.0 (2018-02-08)
1011
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

blinkpy/helpers/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
import os
44

55
MAJOR_VERSION = 0
6-
MINOR_VERSION = 8
7-
PATCH_VERSION = '0.dev'
6+
MINOR_VERSION = 7
7+
PATCH_VERSION = 1
88

99
__version__ = '{}.{}.{}'.format(MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)
1010

0 commit comments

Comments
 (0)