Update changelog, bumped version

This commit is contained in:
Kevin Fronczak
2019-10-12 14:31:20 -04:00
parent b00839ecb3
commit 17d1aa9690
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -3,6 +3,11 @@ Changelog
A list of changes between each release
0.14.2 (2019-10-12)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Update dependencies
- Dockerize `(@3ch01c <https://github.com/fronzbot/blinkpy/pull/198>__)`
0.14.1 (2019-06-20)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Fix timeout problems blocking blinkpy startup
+2 -2
View File
@@ -3,8 +3,8 @@
import os
MAJOR_VERSION = 0
MINOR_VERSION = 15
PATCH_VERSION = '0.dev0'
MINOR_VERSION = 14
PATCH_VERSION = 2 2
__version__ = '{}.{}.{}'.format(MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)