Skip to content

Commit cfeed4f

Browse files
authored
Merge pull request #30 from fronzbot/v0.6.0
v0.6.0
2 parents cfa2f0f + 6ca243c commit cfeed4f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ Changelog
33

44
A list of changes between each release
55

6-
0.6.0 (unreleased)
6+
0.6.0 (2017-05-12)
77
^^^^^^^^^^^^^^^^^^
88
- Removed redundent properties that only called hidden variables
99
- Revised request wrapper function to be more intelligent
1010
- Added tests to ensure exceptions are caught and handled (100% coverage!)
11-
- Added auto-reauthorization (token refresh) when a request fails due to an expired token (@TySwift93)
11+
- Added auto-reauthorization (token refresh) when a request fails due to an expired token (`@tySwift93 <https://github.com/fronzbot/blinkpy/pull/24>`_)
1212
- Added battery level string to reduce confusion with the way Blink reports battery level as integer from 0 to 3
1313

1414
0.5.2 (2017-03-12)

helpers/constants.py

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

77
MAJOR_VERSION = 0
88
MINOR_VERSION = 6
9-
PATCH_VERSION = '0.dev2'
9+
PATCH_VERSION = 0
1010

1111
__version__ = '{}.{}.{}'.format(MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)
1212

0 commit comments

Comments
 (0)