Skip to content

Commit

Permalink
bump aiomqtt version
Browse files Browse the repository at this point in the history
  • Loading branch information
kubealex committed Aug 26, 2023
1 parent e3162b0 commit a8ae300
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
- v1.0.0 - First release
- v1.0.4 - Added modules to configure EDA Controller
- v1.0.4 - Added modules to configure EDA Controller
- v1.0.5 - Added role to configure EDA Controller
- v1.0.6 - Move asyncio_mqtt to aiomqtt
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace: kubealex

name: eda

version: 1.0.5
version: 1.0.6

readme: README.md

Expand Down
2 changes: 1 addition & 1 deletion plugins/event_source/mqtt.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import logging
from typing import Any, dict

import asyncio_mqtt as aiomqtt
import aiomqtt as aiomqtt


async def main(queue: asyncio.Queue, args: dict[str, Any]) -> None:
Expand Down

0 comments on commit a8ae300

Please sign in to comment.