Skip to content

Commit 5196147

Browse files
committed
Version bump
1 parent 8be35da commit 5196147

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.rst

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

44
A list of changes between each release
55

6+
0.10.1 (2018-10-18)
7+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8+
- Fix re-authorization bug (fixes `#101 <https://github.com/fronzbot/blinkpy/issues/#101>`_)
9+
- Log an error if saving video that doesn't exist
10+
611
0.10.0 (2018-10-16)
712
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
813
- Moved all API calls to own module for easier maintainability

blinkpy/helpers/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
MAJOR_VERSION = 0
66
MINOR_VERSION = 10
7-
PATCH_VERSION = 0
7+
PATCH_VERSION = 1
88

99
__version__ = '{}.{}.{}'.format(MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)
1010

0 commit comments

Comments
 (0)