Skip to content

Commit c5760c4

Browse files
committed
Bump to 2.0.1
1 parent 1854456 commit c5760c4

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.1
2+
3+
- Fix of the bug with multiple user-defined functions @kpcurai @ruscoder
4+
15
## 2.0.0
26

37
- Raise an error in case of accessing undefined env variable #50 @ruscoder

fhirpathpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from fhirpathpy.engine.nodes import FP_Type, ResourceNode
66

77
__title__ = "fhirpathpy"
8-
__version__ = "2.0.0"
8+
__version__ = "2.0.1"
99
__author__ = "beda.software"
1010
__license__ = "MIT"
1111
__copyright__ = "Copyright 2025 beda.software"

0 commit comments

Comments
 (0)