From 060cf589706bd9243a0b41c67fc86db855d64dcf Mon Sep 17 00:00:00 2001 From: Md Nazrul Islam Date: Mon, 5 Apr 2021 18:19:26 +0600 Subject: [PATCH] Preparing release 6.2.0b2 --- HISTORY.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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={