Skip to content

Commit 52bb1ef

Browse files
committed
Bump to 2.0.13
1 parent 002c9fc commit 52bb1ef

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
## 2.0.12
26

37
* Fix fetch_raw for custom resource class

fhirpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from .lib import AsyncFHIRClient, SyncFHIRClient
22

33
__title__ = "fhir-py"
4-
__version__ = "2.0.12"
4+
__version__ = "2.0.13"
55
__author__ = "beda.software"
66
__license__ = "None"
77
__copyright__ = "Copyright 2024 beda.software"

0 commit comments

Comments
 (0)