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 13a358c commit 96e7fceCopy full SHA for 96e7fce
CHANGES.rst
@@ -3,7 +3,7 @@ Changelog
3
4
A list of changes between each release
5
6
-0.8.0.dev (Development version)
+0.8.0 (2018-05-21)
7
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8
- Added support for battery voltage level (fixes `#64 <https://github.com/fronzbot/blinkpy/issues/64>`_)
9
- Added motion detection per camera
blinkpy/helpers/constants.py
@@ -4,7 +4,7 @@
MAJOR_VERSION = 0
MINOR_VERSION = 8
-PATCH_VERSION = '0.dev'
+PATCH_VERSION = 0
__version__ = '{}.{}.{}'.format(MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)
10
0 commit comments