Skip to content

Commit

Permalink
Release version 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jasujm committed Feb 14, 2024
1 parent a6de99d commit f82a7c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
Unreleased
----------
Version 0.9
-----------

Date
2024-02-14

Changed
* Migrate MQTT implementation from ``awsiotsdk`` to `paho.mqtt`
* Migrate MQTT implementation from ``awsiotsdk`` to ``paho.mqtt``

Version 0.8.1
-------------
Expand Down
2 changes: 1 addition & 1 deletion pyupgw/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Python client for Unisenza Plus"""

__version__ = "0.8.1"
__version__ = "0.9"

from .client import Client, create_api, create_client
from .errors import AuthenticationError, ClientError
Expand Down

0 comments on commit f82a7c2

Please sign in to comment.