Skip to content

Commit

Permalink
Prep version and history updates for v0.22.0 release (#686)
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Kelly <[email protected]>
  • Loading branch information
c-ryan-k and c-ryan-k authored Sep 26, 2023
1 parent b006a84 commit 539cb26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ Release History

**General updates**

* Dropped support for Python 3.7. The IoT extension is constrained to Python 3.8 or greater.
* **Dropped support for Python 3.7**. The IoT extension is constrained to Python 3.8 or greater.
If for whatever reason you cannot upgrade from 3.7 you are able to use older extension versions.

**IoT Hub updates**

* Fix for `iot hub state` commands failing on IoT Hubs missing certain ARM properties
* Minor updates to support GA of Cosmos DB container message endpoints

0.21.5
+++++++++++++++
Expand Down
2 changes: 1 addition & 1 deletion azext_iot/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import os

VERSION = "0.21.5"
VERSION = "0.22.0"
EXTENSION_NAME = "azure-iot"
EXTENSION_ROOT = os.path.dirname(os.path.abspath(__file__))
EXTENSION_CONFIG_ROOT_KEY = "iotext"
Expand Down

0 comments on commit 539cb26

Please sign in to comment.