release: v0.39.0 [skip ci]

This commit is contained in:
devx-ci-bot
2026-07-09 11:53:12 +00:00
parent ef3b882e5b
commit e23138e731
5 changed files with 14 additions and 8 deletions
+2 -2
View File
@@ -74,14 +74,14 @@ Add devx to your `pyproject.toml` dependencies and configure the registry:
```toml
[project]
dependencies = [
"devx>=0.38.0",
"devx>=0.39.0",
]
[tool.pip]
extra-index-url = "https://git.oblachno.oblachno.fyi/api/packages/oblachno-oss/pypi/simple"
```
Pin a specific version if needed: `"devx==0.38.0"` or `"devx>=0.38.0,<0.39"`.
Pin a specific version if needed: `"devx==0.39.0"` or `"devx>=0.39.0,<0.40"`.
### Optional extras