Skip to content

Commit

Permalink
bump version, add history, fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
StrawnSC committed May 16, 2022
1 parent 340e37d commit a637114
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/containerapp/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Release History
===============

0.3.5
++++++
* Add parameter --zone-redundant to 'az containerapp env create'

0.3.4
++++++
* BREAKING CHANGE: 'az containerapp up' and 'az containerapp github-action add' now use the github repo's default branch instead of "main"
Expand Down
2 changes: 1 addition & 1 deletion src/containerapp/azext_containerapp/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ def create_managed_environment(cmd,
if location:
if _normalize_location(cmd, location) != vnet_location:
raise ValidationError(f"Location '{location}' does not match the subnet's location: '{vnet_location}'. "
"Please change either --location/-l or --infrastructure-subnet-resource-id/-s")
"Please change either --location/-l or --infrastructure-subnet-resource-id/-s")
else:
location = vnet_location

Expand Down
2 changes: 1 addition & 1 deletion src/containerapp/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# TODO: Confirm this is the right version number you want and it matches your
# HISTORY.rst entry.

VERSION = '0.3.4'
VERSION = '0.3.5'


# The full list of classifiers is available at
Expand Down

0 comments on commit a637114

Please sign in to comment.