Skip to content

Commit

Permalink
Merge branch 'hotfix/1.0.1'
Browse files Browse the repository at this point in the history
Bumping firmware supported version.
  • Loading branch information
mcclown committed Feb 2, 2019
2 parents 291230d + 2ebb34b commit 58e20aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aquaipy/__init__.py
Expand Up @@ -18,4 +18,4 @@

from .aquaipy import AquaIPy, Response # noqa: F401

_VERSION_ = "1.0.0"
_VERSION_ = "1.0.1"
2 changes: 1 addition & 1 deletion aquaipy/aquaipy.py
Expand Up @@ -25,7 +25,7 @@
from aquaipy.error import ConnError, FirmwareError, MustBeParentError

MIN_SUPPORTED_AI_FIRMWARE_VERSION = "2.0.0"
MAX_SUPPORTED_AI_FIRMWARE_VERSION = "2.4.0"
MAX_SUPPORTED_AI_FIRMWARE_VERSION = "2.5.1"


class Response(Enum):
Expand Down

0 comments on commit 58e20aa

Please sign in to comment.