diff --git a/release-notes.md b/release-notes.md index 151ff210..0186f7e7 100644 --- a/release-notes.md +++ b/release-notes.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.0.28 (2026-07-03) + ### Docs * 📝 Update docs badges: remove Publish badge, it doesn't give extra information. PR [#438](https://github.com/fastapi/fastapi-cli/pull/438) by [@tiangolo](https://github.com/tiangolo). diff --git a/src/fastapi_cli/__init__.py b/src/fastapi_cli/__init__.py index 573b11cd..4d046134 100644 --- a/src/fastapi_cli/__init__.py +++ b/src/fastapi_cli/__init__.py @@ -1 +1 @@ -__version__ = "0.0.27" +__version__ = "0.0.28"