Skip to content

Commit

Permalink
releng - remove stray debug and prep 0.9.40 (cloud-custodian#9637)
Browse files Browse the repository at this point in the history
  • Loading branch information
kapilt authored Jul 23, 2024
1 parent 73408e5 commit e8cea30
Show file tree
Hide file tree
Showing 34 changed files with 216 additions and 213 deletions.
1 change: 0 additions & 1 deletion c7n/resources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ def load_available(resources=True):
try:
load_providers((provider,))
except ImportError: # pragma: no cover
raise
continue
else:
found.append(provider)
Expand Down
2 changes: 1 addition & 1 deletion c7n/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Generated via tools/dev/poetrypkg.py
version = "0.9.39"
version = "0.9.40"
20 changes: 10 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "c7n"
version = "0.9.39"
version = "0.9.40"
description = "Cloud Custodian - Policy Rules Engine"
authors = ["Cloud Custodian Project"]
readme = "README.md"
Expand Down
22 changes: 11 additions & 11 deletions tools/c7n_awscc/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/c7n_awscc/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "c7n_awscc"
version = "0.1.24"
version = "0.1.25"
readme = "readme.md"
homepage = "https://cloudcustodian.io"
repository = "https://github.com/cloud-custodian/cloud-custodian"
Expand Down
37 changes: 19 additions & 18 deletions tools/c7n_azure/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/c7n_azure/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "c7n_azure"
version = "0.7.38"
version = "0.7.39"
description = "Cloud Custodian - Azure Support"
readme = "readme.md"
homepage="https://cloudcustodian.io"
Expand Down
31 changes: 16 additions & 15 deletions tools/c7n_gcp/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/c7n_gcp/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "c7n_gcp"
version = "0.4.38"
version = "0.4.39"
description = "Cloud Custodian - Google Cloud Provider"
readme = "readme.md"
homepage = "https://cloudcustodian.io"
Expand Down
Loading

0 comments on commit e8cea30

Please sign in to comment.