diff --git a/release-notes.md b/release-notes.md index 393e2c34..48f7b932 100644 --- a/release-notes.md +++ b/release-notes.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.0.29 (2026-07-08) + ### Internal * 👷 Fix latest-changes checkout target. PR [#462](https://github.com/fastapi/fastapi-cli/pull/462) by [@tiangolo](https://github.com/tiangolo). diff --git a/src/fastapi_cli/__init__.py b/src/fastapi_cli/__init__.py index 4d046134..a3024cf7 100644 --- a/src/fastapi_cli/__init__.py +++ b/src/fastapi_cli/__init__.py @@ -1 +1 @@ -__version__ = "0.0.28" +__version__ = "0.0.29"