Skip to content

Commit

Permalink
Bumped revisions.
Browse files Browse the repository at this point in the history
  • Loading branch information
twrecked committed Aug 8, 2021
1 parent 6a2321f commit 6a8ad37
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.8.0a7: Don't ping Essential and Pro 4 cameras.
Stop when asked to.
0.8.0a6: Fixed schedule handling.
Handle events in the background thread.
0.8.0a5: Update token to map to email address
Expand Down
2 changes: 1 addition & 1 deletion pyaarlo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

_LOGGER = logging.getLogger("pyaarlo")

__version__ = "0.8.0a6"
__version__ = "0.8.0a7"


class PyArlo(object):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def readme():
setup(

name='pyaarlo',
version='0.8.0a6',
version='0.8.0a7',
packages=['pyaarlo'],

python_requires='>=3.6',
Expand Down

0 comments on commit 6a8ad37

Please sign in to comment.