diff --git a/HISTORY.rst b/HISTORY.rst index 027c4c44..32f9f711 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,7 +2,7 @@ History ======= -6.2.0b1 (unreleased) +6.2.0b1 (2021-03-31) -------------------- New Feature diff --git a/setup.py b/setup.py index 6b518970..da434f1e 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.0b1.dev0", + version="6.2.0b1", zip_safe=False, python_requires=">=3.6", project_urls={