Skip to content

Commit

Permalink
bump to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdavb committed Sep 23, 2024
1 parent 25593cd commit 297f516
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/evohomeasync/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
RequestFailed,
)

__version__ = "1.1.0"
__version__ = "1.2.0"
2 changes: 1 addition & 1 deletion src/evohomeasync2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
from .location import Location # noqa: F401
from .zone import Zone # noqa: F401

__version__ = "1.1.0"
__version__ = "1.2.0"

_LOOGER = logging.getLogger(__name__)

Expand Down

0 comments on commit 297f516

Please sign in to comment.