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 1c75e86 + 0322414 commit 3a97a92Copy full SHA for 3a97a92
CHANGES.rst
@@ -4,6 +4,14 @@ Changelog
4
5
A list of changes between each release
6
7
+0.16.1 (2020-07-29)
8
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9
+
10
+- Unpin requeirements, set minimum version instead
11
+- Bump coverage to 5.2.1
12
+- Bump pytest to 6.0.0
13
14
15
0.16.0 (2020-07-20)
16
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
17
blinkpy/helpers/constants.py
@@ -3,8 +3,8 @@
3
import os
MAJOR_VERSION = 0
-MINOR_VERSION = 17
-PATCH_VERSION = "0-rc0"
+MINOR_VERSION = 16
+PATCH_VERSION = 1
__version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}.{PATCH_VERSION}"
0 commit comments