Skip to content

Commit

Permalink
Bump to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ruscoder committed Jan 13, 2025
1 parent 94a55db commit 918bd44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.2.0

- Support collection.abc.Mapping as resource instead of only dict #44 @axelv

## 1.0.0

- Implement all fhirpath specification, pass all tests from fhirpath-js @atuonufure
Expand Down
2 changes: 1 addition & 1 deletion fhirpathpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from fhirpathpy.engine.nodes import FP_Type, ResourceNode

__title__ = "fhirpathpy"
__version__ = "1.1.1"
__version__ = "1.2.0"
__author__ = "beda.software"
__license__ = "MIT"
__copyright__ = "Copyright 2023 beda.software"
Expand Down

0 comments on commit 918bd44

Please sign in to comment.