diff --git a/docs/src/release_notes.rst b/docs/src/release_notes.rst index 84c06f9..a95816c 100644 --- a/docs/src/release_notes.rst +++ b/docs/src/release_notes.rst @@ -3,8 +3,8 @@ Release notes ============= -Unreleased ----------- +5.0.1 (2023-07-06) +------------------ Fixed ***** - Add missing ``Optional`` annotations to support Pydantic 2 (:issue:`293`) diff --git a/src/tekore/__init__.py b/src/tekore/__init__.py index a95d505..968b39a 100644 --- a/src/tekore/__init__.py +++ b/src/tekore/__init__.py @@ -68,7 +68,7 @@ Unauthorised, ) -__version__ = "5.0.0" +__version__ = "5.0.1" # Change the module of classes to hide module structure # and fix Sphinx base class links