From 4dd9323a0cd4f467bd48447ecc3f4d7a243d4857 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 28 Jul 2026 13:40:56 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20version=200.0.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- release-notes.md | 2 ++ src/annotated_doc/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/release-notes.md b/release-notes.md index 84198e6..ad48cfb 100644 --- a/release-notes.md +++ b/release-notes.md @@ -2,6 +2,8 @@ ## Latest Changes +## 0.0.5 (2026-07-28) + ### Breaking Changes * ➖ Drop support for Python 3.8. PR [#36](https://github.com/fastapi/annotated-doc/pull/36) by [@svlandeg](https://github.com/svlandeg). diff --git a/src/annotated_doc/__init__.py b/src/annotated_doc/__init__.py index a0152a7..d6f7292 100644 --- a/src/annotated_doc/__init__.py +++ b/src/annotated_doc/__init__.py @@ -1,3 +1,3 @@ from .main import Doc as Doc -__version__ = "0.0.4" +__version__ = "0.0.5"