From 6f222291c0e664f7cc83d8b17042bad1251cd0ff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 3 Jul 2026 19:14:51 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20version=200.0.28?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- release-notes.md | 2 ++ src/fastapi_cli/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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"