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 8be35da commit 5196147Copy full SHA for 5196147
CHANGES.rst
@@ -3,6 +3,11 @@ Changelog
3
4
A list of changes between each release
5
6
+0.10.1 (2018-10-18)
7
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8
+- Fix re-authorization bug (fixes `#101 <https://github.com/fronzbot/blinkpy/issues/#101>`_)
9
+- Log an error if saving video that doesn't exist
10
+
11
0.10.0 (2018-10-16)
12
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13
- Moved all API calls to own module for easier maintainability
blinkpy/helpers/constants.py
@@ -4,7 +4,7 @@
MAJOR_VERSION = 0
MINOR_VERSION = 10
-PATCH_VERSION = 0
+PATCH_VERSION = 1
__version__ = '{}.{}.{}'.format(MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)
0 commit comments