Skip to content

Commit 41d59b1

Browse files
authored
Merge pull request #362 from fronzbot/update-changelog
Update changelog for 0.16.3
2 parents fd104c0 + 6dbed91 commit 41d59b1

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Changelog
44

55
A list of changes between each release
66

7+
0.16.3 (2020-08-02)
8+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9+
10+
- Add user-agent to all headers
11+
712
0.16.2 (2020-08-01)
813
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
914

blinkpy/helpers/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
import os
44

55
MAJOR_VERSION = 0
6-
MINOR_VERSION = 17
7-
PATCH_VERSION = "0.dev0"
6+
MINOR_VERSION = 16
7+
PATCH_VERSION = 3
88

99
__version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}.{PATCH_VERSION}"
1010

0 commit comments

Comments
 (0)