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.
2 parents fd104c0 + 6dbed91 commit 41d59b1Copy full SHA for 41d59b1
CHANGES.rst
@@ -4,6 +4,11 @@ Changelog
4
5
A list of changes between each release
6
7
+0.16.3 (2020-08-02)
8
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9
+
10
+- Add user-agent to all headers
11
12
0.16.2 (2020-08-01)
13
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14
blinkpy/helpers/constants.py
@@ -3,8 +3,8 @@
3
import os
MAJOR_VERSION = 0
-MINOR_VERSION = 17
-PATCH_VERSION = "0.dev0"
+MINOR_VERSION = 16
+PATCH_VERSION = 3
__version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}.{PATCH_VERSION}"
0 commit comments