Skip to content

Commit

Permalink
Merge pull request #348 from fronzbot/0.16.1-changelog
Browse files Browse the repository at this point in the history
Updated versions and changelog for 0.16.1
  • Loading branch information
fronzbot authored Jul 29, 2020
2 parents 1c75e86 + 0322414 commit 3a97a92
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Changelog

A list of changes between each release

0.16.1 (2020-07-29)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Unpin requeirements, set minimum version instead
- Bump coverage to 5.2.1
- Bump pytest to 6.0.0


0.16.0 (2020-07-20)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
4 changes: 2 additions & 2 deletions blinkpy/helpers/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
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}"

Expand Down

0 comments on commit 3a97a92

Please sign in to comment.