Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.16.4 #402

Merged
merged 38 commits into from
Nov 23, 2020
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
ed44507
Dev bump
fronzbot Aug 2, 2020
141fea5
Bump pytest-cov from 2.10.0 to 2.10.1
dependabot-preview[bot] Aug 17, 2020
e00600c
Bump coverage from 5.2.1 to 5.3
dependabot-preview[bot] Sep 14, 2020
9a95016
Bump pygments from 2.6.1 to 2.7.1
dependabot-preview[bot] Sep 18, 2020
a374009
Fix readme param and spelling
rohitsud Sep 27, 2020
75dbd1e
Merge pull request #368 from fronzbot/dependabot/pip/pytest-cov-2.10.1
fronzbot Sep 28, 2020
cd97921
Merge pull request #377 from fronzbot/dependabot/pip/coverage-5.3
fronzbot Sep 28, 2020
dae2413
Merge pull request #381 from rohitsud/patch-1
fronzbot Sep 28, 2020
8c23087
Bump pre-commit from 2.6.0 to 2.7.1
dependabot-preview[bot] Sep 28, 2020
1b1c30b
Add codecov token to workflow to fix upload issue
fronzbot Oct 5, 2020
721a3ad
Merge pull request #386 from fronzbot/add-codecov-token
fronzbot Oct 5, 2020
7aef857
Bump pylint from 2.5.3 to 2.6.0
dependabot-preview[bot] Oct 5, 2020
190cef8
Attempt to fix coverage
fronzbot Oct 5, 2020
7140895
Merge pull request #370 from fronzbot/dependabot/pip/pylint-2.6.0
fronzbot Oct 5, 2020
69aaee3
Merge branch 'dev' into dependabot/pip/pre-commit-2.7.1
fronzbot Oct 5, 2020
f619b20
Bump flake8 from 3.8.3 to 3.8.4
dependabot-preview[bot] Oct 5, 2020
bdcb3f6
Bump pydocstyle from 5.0.2 to 5.1.1
dependabot-preview[bot] Oct 5, 2020
f27df12
Merge pull request #379 from fronzbot/dependabot/pip/pygments-2.7.1
fronzbot Oct 5, 2020
cbab673
Merge pull request #384 from fronzbot/dependabot/pip/flake8-3.8.4
fronzbot Oct 5, 2020
80e3984
Merge pull request #375 from fronzbot/dependabot/pip/pydocstyle-5.1.1
fronzbot Oct 5, 2020
59ef398
Bump pytest from 6.0.1 to 6.1.1
dependabot-preview[bot] Oct 5, 2020
e8e9d4e
Update .pre-commit-config.yaml
fronzbot Oct 5, 2020
fcce28c
Merge pull request #385 from fronzbot/dependabot/pip/pytest-6.1.1
fronzbot Oct 5, 2020
f13d177
Merge pull request #371 from fronzbot/dependabot/pip/pre-commit-2.7.1
fronzbot Oct 5, 2020
b0fed67
Move testtools to requirements_test.txt
fronzbot Oct 5, 2020
828b411
Merge pull request #387 from fronzbot/move-testtools
fronzbot Oct 5, 2020
b5b7498
Generalized image/video download, fixed non-updating image for minis
fronzbot Oct 6, 2020
eb1fbe9
Updated liveview endpoint
fronzbot Oct 6, 2020
a94f59e
Merge pull request #388 from fronzbot/fix-mini-thumb-refresh
fronzbot Oct 6, 2020
469b0c2
Merge pull request #389 from fronzbot/fix-liveview-endpoint
fronzbot Oct 6, 2020
8898436
Update constants.py
fronzbot Oct 6, 2020
f09a66c
Fix malformatted stream url for blink mini
fronzbot Oct 25, 2020
0842739
Merge pull request #395 from fronzbot/fix-stream-format
fronzbot Oct 25, 2020
92a2cc2
Added test to catch NoneType error on refresh, fixed offending code
fronzbot Nov 23, 2020
ba3c2e3
Merge pull request #401 from fronzbot/fix-exception-on-refresh
fronzbot Nov 23, 2020
ab38afa
dev version bump
fronzbot Nov 23, 2020
c01a6ce
dev version bump
fronzbot Nov 23, 2020
a2555a6
Update for 0.16.4
fronzbot Nov 23, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
dev version bump
  • Loading branch information
fronzbot committed Nov 23, 2020
commit c01a6ce16b3d8e40f3a373b8f117f68a64adf87d
2 changes: 1 addition & 1 deletion blinkpy/helpers/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

MAJOR_VERSION = 0
MINOR_VERSION = 16
PATCH_VERSION = "4.rc1"
PATCH_VERSION = 4

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

Expand Down