diff --git a/HISTORY.rst b/HISTORY.rst index e96f34e9..ff25e00b 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,7 +2,7 @@ History ======= -6.2.0b2 (unreleased) +6.2.0b2 (2021-04-05) -------------------- New Feature diff --git a/setup.py b/setup.py index f43f60e4..a63c1c4d 100644 --- a/setup.py +++ b/setup.py @@ -93,7 +93,7 @@ "all": (orjson_requirements + yaml_requirements + xml_requirements), }, url="https://github.com/nazrulworld/fhir.resources", - version="6.2.0b2.dev0", + version="6.2.0b2", zip_safe=False, python_requires=">=3.6", project_urls={