We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 002c9fc commit 52bb1efCopy full SHA for 52bb1ef
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 2.0.13
2
+
3
+* Add support for resource type and reference for client methods get/patch/delete (#133)
4
5
## 2.0.12
6
7
* Fix fetch_raw for custom resource class
fhirpy/__init__.py
@@ -1,7 +1,7 @@
from .lib import AsyncFHIRClient, SyncFHIRClient
__title__ = "fhir-py"
-__version__ = "2.0.12"
+__version__ = "2.0.13"
__author__ = "beda.software"
__license__ = "None"
__copyright__ = "Copyright 2024 beda.software"
0 commit comments