Skip to content

Commit 418c66c

Browse files
authored
Bump version to 1.7.2 with docker support (#108)
1 parent b0f7e1e commit 418c66c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ pip uninstall cleancloud && pipx install cleancloud && pipx ensurepath
126126

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

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

131131
</details>
132132

docs/ci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130

131131
```yaml
132132
# Pin to exact version — safest for production pipelines
133-
getcleancloud/cleancloud:1.7.1
133+
getcleancloud/cleancloud:1.7.2
134134
135135
# Pin to minor — gets patch fixes automatically
136136
getcleancloud/cleancloud:1.7

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

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

0 commit comments

Comments
 (0)