diff --git a/HISTORY.rst b/HISTORY.rst index 900d6ce..c2aea79 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,7 +2,7 @@ History ======= -0.1.3 (unreleased) +0.1.3 (2024-10-24) ------------------ - Improves missing value validation message, as error type is now ``model_field_validation.missing``. diff --git a/setup.py b/setup.py index fd9db0d..1e5fc13 100644 --- a/setup.py +++ b/setup.py @@ -103,7 +103,7 @@ "dev": (test_requirements + development_requirements), }, url="https://github.com/nazrulworld/fhir-core", - version="0.1.3.dev0", + version="0.1.3", zip_safe=False, python_requires=">=3.8", project_urls={