File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ Changelog
33
44A list of changes between each release
55
6+ 0.10.2 (2018-10-30)
7+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8+ - Set minimum required version of the requests library to 2.20.0 due to vulnerability in earlier releases.
9+ - When multiple networks detected, changed log level to 'warning' from 'error'
10+
11+
6120.10.1 (2018-10-18)
713^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
814- Fix re-authorization bug (fixes `#101 <https://github.com/fronzbot/blinkpy/issues/#101 >`_)
Original file line number Diff line number Diff line change 33import os
44
55MAJOR_VERSION = 0
6- MINOR_VERSION = 11
7- PATCH_VERSION = '0.dev'
6+ MINOR_VERSION = 10
7+ PATCH_VERSION = 2
88
99__version__ = '{}.{}.{}' .format (MAJOR_VERSION , MINOR_VERSION , PATCH_VERSION )
1010
You can’t perform that action at this time.
0 commit comments