Skip to content

Commit 9d9d3aa

Browse files
authored
Merge pull request #438 from fronzbot/dev-bump
Version bump
2 parents 7c75ffa + 3ddfd10 commit 9d9d3aa

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGES.rst

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

55
A list of changes between each release
66

7+
0.17.1 (2021-02-18)
8+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9+
10+
- Add delay parameter to Blink.download_videos method in order to throttle API during video retrieval (`#437 <https://github.com/fronzbot/blinkpy/pull/437>`__)
11+
- Bump pylint to 2.6.2
12+
13+
714
0.17.0 (2021-02-15)
815
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
916

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 = 18
7-
PATCH_VERSION = "0.dev0"
6+
MINOR_VERSION = 17
7+
PATCH_VERSION = 1
88

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

0 commit comments

Comments
 (0)