Skip to content

Commit 96e7fce

Browse files
committed
Version bump
1 parent 13a358c commit 96e7fce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Changelog
33

44
A list of changes between each release
55

6-
0.8.0.dev (Development version)
6+
0.8.0 (2018-05-21)
77
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
88
- Added support for battery voltage level (fixes `#64 <https://github.com/fronzbot/blinkpy/issues/64>`_)
99
- Added motion detection per camera

blinkpy/helpers/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

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

0 commit comments

Comments
 (0)