Skip to content

Commit

Permalink
[k8s-extension] Fix bugs while dropping 'azure-mgmt-relay' (Azure#6718)
Browse files Browse the repository at this point in the history
* fix unhashable type

* update version and changelog

* trigger new release
  • Loading branch information
necusjz authored Sep 4, 2023
1 parent 779b1e8 commit dd9655b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/k8s-extension/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Release History
===============

1.4.5
++++++++++++++++++
* fix bugs while dropping 'azure-mgmt-relay'

1.4.4
++++++++++++++++++
* drop 'azure-mgmt-relay' sdk dependency
Expand Down
2 changes: 1 addition & 1 deletion src/k8s-extension/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# TODO: Add any additional SDK dependencies here
DEPENDENCIES = []

VERSION = "1.4.4"
VERSION = "1.4.5"

with open("README.rst", "r", encoding="utf-8") as f:
README = f.read()
Expand Down

0 comments on commit dd9655b

Please sign in to comment.