Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ pip uninstall cleancloud && pipx install cleancloud && pipx ensurepath

**Wrong version after install** — Run `which cleancloud`; an old pip install may be shadowing pipx.

**Minimum recommended version: v1.6.3** — earlier versions have setup friction. Run `cleancloud --version` to check.
**Minimum recommended version: v1.7.2** — earlier versions have setup friction. Run `cleancloud --version` to check.

</details>

Expand Down
2 changes: 1 addition & 1 deletion docs/ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:

```yaml
# Pin to exact version — safest for production pipelines
getcleancloud/cleancloud:1.7.1
getcleancloud/cleancloud:1.7.2

# Pin to minor — gets patch fixes automatically
getcleancloud/cleancloud:1.7
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "cleancloud"
version = "1.7.2rc4"
version = "1.7.2"
description = "Reduce cloud costs through safe, read-only hygiene evaluation. Built for production environments with confidence-scored signals for AWS and Azure."
readme = "README.md"
requires-python = ">=3.10"
Expand Down
Loading