From 35b71e9611b10c07f4c503e02b22a40429ae145f Mon Sep 17 00:00:00 2001 From: Md Nazrul Islam Date: Fri, 14 Jan 2022 17:22:25 +0100 Subject: [PATCH] Preparing release 6.2.1 --- HISTORY.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index a0d5432d..bd0a7245 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,7 +2,7 @@ History ======= -6.2.1 (unreleased) +6.2.1 (2022-01-14) ------------------ - Issues `#89 `_ & `#90 `_ possible breaking for ``FHIRAbstractModel.dict`` (if pydnatic specific extra argument has been provided) is neutralized.[nazrulworld] diff --git a/setup.py b/setup.py index 98e1ecb0..f5100d4a 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.1.dev0", + version="6.2.1", zip_safe=False, python_requires=">=3.6", project_urls={