Skip to content

Commit

Permalink
Merge EagleOne42's PR (#7) for recent 3.10.x versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yuppity authored Oct 15, 2019
2 parents 5ecd1b9 + e5822b2 commit bea0a07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion unifi_video/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.2'
__version__ = '0.1.3'
2 changes: 1 addition & 1 deletion unifi_video/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class UnifiVideoAPI(object):
"""

_supported_ufv_versions = []
_supported_ufv_version_ranges = [['3.9.12','3.10.6']]
_supported_ufv_version_ranges = [['3.9.12','3.10.10']]

def __init__(self, api_key=None, username=None, password=None,
addr='localhost', port=7080, schema='http', verify_cert=True,
Expand Down

0 comments on commit bea0a07

Please sign in to comment.