diff --git a/HISTORY.rst b/HISTORY.rst index f53bd6d9..044088dd 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,8 +2,8 @@ History ======= -6.2.0 (unreleased) --------------------- +6.2.0 (2022-01-01) +------------------ Bugfixes diff --git a/setup.py b/setup.py index e74d169d..a6ff8608 100644 --- a/setup.py +++ b/setup.py @@ -103,7 +103,7 @@ "all": (orjson_requirements + yaml_requirements + xml_requirements), }, url="https://github.com/nazrulworld/fhir.resources", - version="6.2.0.dev0", + version="6.2.0", zip_safe=False, python_requires=">=3.6", project_urls={