We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfc741e commit 28c6fdbCopy full SHA for 28c6fdb
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.1.3
2
+
3
+- Update documentation
4
5
## 0.1.2
6
7
- Fix strict mode bug with accessing resource with capital letter #26
python/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "fpml"
-version = "0.1.2"
+version = "0.1.3"
description = "The FHIRPath mapping language is a data DSL designed to convert data from QuestionnaireResponse (and not only) to any FHIR Resource."
authors = [{ name = "Beda Software", email = "ilya@beda.software" }]
maintainers = [
0 commit comments