diff --git a/HISTORY.rst b/HISTORY.rst index e272117f..ae364ca1 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,7 +2,7 @@ History ======= -8.0.0 (unreleased) +8.0.0 (2024-12-25) ------------------ - The minimum required version for ``fhir-core`` is ``1.0.0``, which obviously comes with new features and bug fixes. For example xml serialization/deserialization. `See changes log here `_ diff --git a/setup.py b/setup.py index f0a3f08f..b89abc87 100644 --- a/setup.py +++ b/setup.py @@ -120,7 +120,7 @@ "all": (yaml_requirements + xml_requirements), }, url="https://github.com/nazrulworld/fhir.resources", - version="8.0.0.dev0", + version="8.0.0", zip_safe=False, python_requires=">=3.8", project_urls={