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"